From 55d14de0cdc88650ea3cfdb30cf1e9b0111e7b65 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 2 Feb 2004 17:48:56 +0000 Subject: [PATCH] Bug fixed git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11067 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 f086de7f2a1..af248315c47 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -174,6 +174,7 @@ cause use of invalid pointers! management functions in libc runtime to allow them to be overriden
  • [llvm-gcc] asserts when an extern inline function is redefined
  • [llvmg++] Dynamically initialized constants cannot be marked 'constant'
  • +
  • [llvmgcc] floating-point unary minus is incorrect for +0.0