diff options
author | Chris Lattner <sabre@nondot.org> | 2004-11-28 01:25:20 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2004-11-28 01:25:20 +0000 |
commit | 04cf0c29a2d8b8be997bf21d4571a797548b8849 (patch) | |
tree | f4cab69de3f550e0424817888e95a3186e23ddda | |
parent | a17138424f938147ed4acdd826160d9c7481e423 (diff) |
Bug fixed
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18299 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 14dc7eb8c5..3fb15821bd 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -270,6 +270,8 @@ were fixed:</a> implicitly external function is re-declared as static</a></li> <li><a href="http://llvm.cs.uiuc.edu/PR360">[llvmgcc] Structure field with non-constant offset crashes llvmgcc</a></li> + <li><a href="http://llvm.cs.uiuc.edu/PR447">[llvmg++] Crash compiling + friend with default argument</a></li> </ol> <p>Bugs fixed in the Sparc V9 back-end:</p> |