From: Chris Lattner Date: Mon, 8 Mar 2004 04:55:45 +0000 (+0000) Subject: Bug fixed X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=eacf92759d3f0f01b1feead4ed8d6e5e811d97a9;p=oota-llvm.git Bug fixed git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12210 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index da7706b2823..c28046b863e 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -229,6 +229,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
  • [llvm-gcc] miscompilation when a function is re-declared as static
  • +
  • [llvmgcc] Invalid code created for complex division operation