From acc00bc6095c4362c8a780091cd67fcc32510592 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Tue, 3 Feb 2004 08:03:41 +0000 Subject: [PATCH] bug fixed git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11097 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 c7640ec9925..21b5cb5cee9 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -176,6 +176,7 @@ 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
  • +
  • [llvm-gcc] miscompilation of 'X = Y = Z' with aggregate values