From: Chris Lattner Date: Fri, 20 Feb 2004 17:41:35 +0000 (+0000) Subject: Bug fixed X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=98328745041aa3c352796347d89cd62d5b6ab808;p=oota-llvm.git Bug fixed git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11662 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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