diff options
author | Chris Lattner <sabre@nondot.org> | 2004-02-02 17:48:56 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2004-02-02 17:48:56 +0000 |
commit | 55d14de0cdc88650ea3cfdb30cf1e9b0111e7b65 (patch) | |
tree | ece06b1aab3d56a79f4c4c123fc188f7233a22bb | |
parent | 22b7e44bb00e534573d7a2f2b4b96706f7ad6c4c (diff) |
Bug fixed
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11067 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 f086de7f2a..af248315c4 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -174,6 +174,7 @@ cause use of invalid pointers!</a></li> management functions in libc runtime to allow them to be overriden</a></li> <li><a href="http://llvm.cs.uiuc.edu/PR202">[llvm-gcc] asserts when an extern inline function is redefined</a></li> <li><a href="http://llvm.cs.uiuc.edu/PR204">[llvmg++] Dynamically initialized constants cannot be marked 'constant'</a></li> +<li><a href="http://llvm.cs.uiuc.edu/PR216">[llvmgcc] floating-point unary minus is incorrect for +0.0</a></li> </ol> </div> |