From 0fe65a8001a1eb8665141a8b2c705d446121d217 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Tue, 9 Mar 2004 00:59:15 +0000 Subject: [PATCH] Bug fixed git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12250 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 a46f3e44c4b..4f387af562a 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -231,6 +231,7 @@ management functions in libc runtime to allow them to be overriden
  • [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
  • -- 2.34.1