From: Chris Lattner Date: Tue, 3 Feb 2004 08:03:41 +0000 (+0000) Subject: bug fixed X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=acc00bc6095c4362c8a780091cd67fcc32510592;p=oota-llvm.git bug fixed git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11097 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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