diff options
author | Chris Lattner <sabre@nondot.org> | 2004-03-09 00:40:49 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2004-03-09 00:40:49 +0000 |
commit | 15f0a87f3130975bf7fe25cfce7280d176639fcd (patch) | |
tree | 0f5d47293ce75543ba06d9619d74b41aed06f990 /docs/ReleaseNotes.html | |
parent | 8b16a1691882faf169c61fe7adbaeb8c25355881 (diff) | |
download | external_llvm-15f0a87f3130975bf7fe25cfce7280d176639fcd.zip external_llvm-15f0a87f3130975bf7fe25cfce7280d176639fcd.tar.gz external_llvm-15f0a87f3130975bf7fe25cfce7280d176639fcd.tar.bz2 |
John fixed this bug
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12248 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 c28046b..a46f3e4 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -230,6 +230,7 @@ management functions in libc runtime to allow them to be overriden</a></li> <li><a href="http://llvm.cs.uiuc.edu/PR221">[llvm-gcc] miscompilation of 'X = Y = Z' with aggregate values</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> </ol> </div> |