diff options
author | Chris Lattner <sabre@nondot.org> | 2004-03-08 04:55:45 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2004-03-08 04:55:45 +0000 |
commit | eacf92759d3f0f01b1feead4ed8d6e5e811d97a9 (patch) | |
tree | 041e16a51c4442fde72986e78f68aa2a780661a3 /docs/ReleaseNotes.html | |
parent | 342c9185af7183a727f05d1d87161f12e885d5e8 (diff) | |
download | external_llvm-eacf92759d3f0f01b1feead4ed8d6e5e811d97a9.zip external_llvm-eacf92759d3f0f01b1feead4ed8d6e5e811d97a9.tar.gz external_llvm-eacf92759d3f0f01b1feead4ed8d6e5e811d97a9.tar.bz2 |
Bug fixed
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12210 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 da7706b..c28046b 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -229,6 +229,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/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> </ol> </div> |