From 98328745041aa3c352796347d89cd62d5b6ab808 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Fri, 20 Feb 2004 17:41:35 +0000 Subject: [PATCH] Bug fixed git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11662 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ReleaseNotes.html | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 2117730b95e..121ce140f09 100644 --- a/docs/ReleaseNotes.html +++ b/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