From 190196047ab0a02681a6f4b20d037114984edbc1 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sat, 19 Jun 2004 01:11:02 +0000 Subject: [PATCH] Bug fixed git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14241 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ReleaseNotes.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 1dd1b9067ac..9d199c8b845 100644 --- a/docs/ReleaseNotes.html +++ b/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