diff options
author | Chris Lattner <sabre@nondot.org> | 2004-02-20 17:41:35 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2004-02-20 17:41:35 +0000 |
commit | 98328745041aa3c352796347d89cd62d5b6ab808 (patch) | |
tree | 46a7eee977ad4b497f40ea02382a2a50c0a9786b | |
parent | 9d7c585982798d8b9eee81db469514db96f5df08 (diff) | |
download | external_llvm-98328745041aa3c352796347d89cd62d5b6ab808.zip external_llvm-98328745041aa3c352796347d89cd62d5b6ab808.tar.gz external_llvm-98328745041aa3c352796347d89cd62d5b6ab808.tar.bz2 |
Bug fixed
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11662 91177308-0d34-0410-b5e6-96231b3b80d8
-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 2117730..121ce14 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -193,6 +193,7 @@ management functions in libc runtime to allow them to be overriden</a></li> <li><a href="http://llvm.cs.uiuc.edu/PR216">[llvmgcc] floating-point unary minus is incorrect for +0.0</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/PR233">[llvmgcc] Structure copies result in a LOT of code</a></li> +<li><a href="http://llvm.cs.uiuc.edu/PR244">[llvm-gcc] miscompilation when a function is re-declared as static</a></li> </ol> </div> |