From bd086418ed69c814fb3721dcf4445f331ba98afe Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Fri, 20 Feb 2004 17:41:35 +0000 Subject: [PATCH] Bug fixed llvm-svn: 11662 --- llvm/docs/ReleaseNotes.html | 1 + 1 file changed, 1 insertion(+) diff --git a/llvm/docs/ReleaseNotes.html b/llvm/docs/ReleaseNotes.html index 2117730b95eb..121ce140f095 100644 --- a/llvm/docs/ReleaseNotes.html +++ b/llvm/docs/ReleaseNotes.html @@ -193,6 +193,7 @@ management functions in libc runtime to allow them to be overriden
  • [llvmgcc] floating-point unary minus is incorrect for +0.0
  • [llvm-gcc] miscompilation of 'X = Y = Z' with aggregate values
  • [llvmgcc] Structure copies result in a LOT of code
  • +
  • [llvm-gcc] miscompilation when a function is re-declared as static