diff options
author | Chris Lattner <sabre@nondot.org> | 2005-02-27 19:31:02 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2005-02-27 19:31:02 +0000 |
commit | 2a3cdf7e34deaaf984291cd41cf1f8c6984fccf5 (patch) | |
tree | ed8a45e8343c3ca5cab495df9334d65f21158930 | |
parent | 81ddb8aaf36ccd644e232f513c3f56d90e1de07d (diff) |
Bug fixed
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20357 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | docs/ReleaseNotes.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 062921659b..96a911c26c 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -170,6 +170,8 @@ were fixed:</a> 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> + <li><a href="http://llvm.cs.uiuc.edu/PR529">[llvm-g++] Crash using placement + new on an array type</a></li> </ol> </div> |