diff options
author | Chris Lattner <sabre@nondot.org> | 2005-02-20 23:31:49 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2005-02-20 23:31:49 +0000 |
commit | 3a8f68e4cb9768dc69eca4acf1cd110b84855589 (patch) | |
tree | c1fa59fd171ba7ace22e1fdc68fb01fca6dd5321 /llvm | |
parent | 8a8f9032c3756e805fb19f543cd5b3a3bf4b870f (diff) | |
download | bcm5719-llvm-3a8f68e4cb9768dc69eca4acf1cd110b84855589.tar.gz bcm5719-llvm-3a8f68e4cb9768dc69eca4acf1cd110b84855589.zip |
Bug fixed.
llvm-svn: 20260
Diffstat (limited to 'llvm')
-rw-r--r-- | llvm/docs/ReleaseNotes.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/docs/ReleaseNotes.html b/llvm/docs/ReleaseNotes.html index 961dab1f745..062921659bb 100644 --- a/llvm/docs/ReleaseNotes.html +++ b/llvm/docs/ReleaseNotes.html @@ -168,6 +168,8 @@ were fixed:</a> bitfield <-> aggregate assignment</a></li> <li><a href="http://llvm.cs.uiuc.edu/PR520">[llvm-g++] Error compiling virtual function thunk with an unnamed argument</a></li> + <li><a href="http://llvm.cs.uiuc.edu/PR522">[llvm-gcc] Crash on certain + C99 complex number routines</a></li> </ol> </div> |