From: Chris Lattner Date: Tue, 16 Mar 2004 05:28:35 +0000 (+0000) Subject: Bug fixed X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=26894bc3470d99af7b8f8f6faadd1a84459ad620;p=oota-llvm.git Bug fixed git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12432 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 19e6ca34ea9..79583fb1aac 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -237,6 +237,7 @@ management functions in libc runtime to allow them to be overriden
  • [llvmgcc] Invalid code created for complex division operation
  • [llvmgcc] Incorrect code generation for pointer subtraction
  • [llvmg++] Crash assigning pointers-to-members with casted types
  • +
  • [llvm-g++] Cleanups and exception handlers don't mix properly