From 92c015aa1f2cd5cce6f560f414366e9557fe2f9d Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Tue, 16 Mar 2004 21:39:04 +0000 Subject: [PATCH] Bug not fixed after all llvm-svn: 12446 --- docs/ReleaseNotes.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 057f94cf644..512db41f3a4 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -238,7 +238,6 @@ management functions in libc runtime to allow them to be overriden
  • [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
  • -
  • [llvm-gcc] miscompilation when a function is re-declared as static
  • [llvmgcc] Invalid code created for complex division operation
  • [llvmgcc] Incorrect code generation for pointer subtraction
  • [llvmg++] Crash assigning pointers-to-members with casted types
  • @@ -367,6 +366,9 @@ Initialization of global union variables can only be done with the largest union member. + +
  • [llvm-gcc] Error when an implicitly external function is re-declared as static
  • +