From 2ef024b2c2dfb061e92996b094ba4dae416967cf Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sat, 19 Jun 2004 01:11:02 +0000 Subject: [PATCH] Bug fixed llvm-svn: 14241 --- llvm/docs/ReleaseNotes.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/llvm/docs/ReleaseNotes.html b/llvm/docs/ReleaseNotes.html index 1dd1b9067ac6..9d199c8b845f 100644 --- a/llvm/docs/ReleaseNotes.html +++ b/llvm/docs/ReleaseNotes.html @@ -282,7 +282,10 @@ physical register use of aliased definition enum type
  • [llvmgcc] Variable length array indexing miscompiled
  • -
  • [llvmgcc] Errors handling function prototypes that take opaque structs by-value
  • +
  • [llvmgcc] Errors handling function +prototypes that take opaque structs by-value
  • +
  • [llvmgcc] Crash compiling variable +length array of structures