diff options
author | Chris Lattner <sabre@nondot.org> | 2005-02-11 19:29:52 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2005-02-11 19:29:52 +0000 |
commit | f832f6a6677b35fc2b751802f263de3ddec2d843 (patch) | |
tree | 6fca941697f9a1c2ba23f6ce912e006baf2952c6 | |
parent | f2884785f378f68231ef2b17d9d1ead59746b25b (diff) |
Bug fixed
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20118 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 92ee75461d..0c07101231 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -147,6 +147,8 @@ were fixed:</a> <li><a href="http://llvm.cs.uiuc.edu/PR487">[llvmgcc] llvm-gcc incorrectly rejects some constant initializers involving the addresses of array elements</a></li> + <li><a href="http://llvm.cs.uiuc.edu/PR501">[llvm-g++] Crash compiling + anonymous union</a></li> </ol> </div> |