From eacf92759d3f0f01b1feead4ed8d6e5e811d97a9 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 8 Mar 2004 04:55:45 +0000 Subject: [PATCH] Bug fixed git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12210 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 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