diff options
author | Chris Lattner <sabre@nondot.org> | 2004-03-09 00:59:15 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2004-03-09 00:59:15 +0000 |
commit | 0fe65a8001a1eb8665141a8b2c705d446121d217 (patch) | |
tree | 2053d16e1f8a105418f724c9d90ff865b1664735 /docs/ReleaseNotes.html | |
parent | 313b84b662b71804f60fe34639280e1cb7c67e1a (diff) |
Bug fixed
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12250 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/ReleaseNotes.html')
-rw-r--r-- | docs/ReleaseNotes.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index a46f3e44c4..4f387af562 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -231,6 +231,7 @@ management functions in libc runtime to allow them to be overriden</a></li> <li><a href="http://llvm.cs.uiuc.edu/PR244">[llvm-gcc] miscompilation when a function is re-declared as static</a></li> <li><a href="http://llvm.cs.uiuc.edu/PR272">[llvmgcc] Invalid code created for complex division operation</a></li> <li><a href="http://llvm.cs.uiuc.edu/PR268">[llvmgcc] Incorrect code generation for pointer subtraction</a></li> +<li><a href="http://llvm.cs.uiuc.edu/PR261">[llvmg++] Crash assigning pointers-to-members with casted types</a></li> </ol> </div> |