aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-05-07 18:40:38 +0000
committerChris Lattner <sabre@nondot.org>2004-05-07 18:40:38 +0000
commit581dc80fd0f46b1079cb3eb35112de6c36aa1708 (patch)
tree9f08748b5ab377b4ce6b52da9ae44213950056e6
parentda4230e41d7735b889f737e9ecc559cbb489884d (diff)
Bug fixed
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13403 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--docs/ReleaseNotes.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index 9768c15eaa..a64a2209ea 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -212,7 +212,8 @@ the same name, both having constant pools</a></li>
<p>Bugs in the C/C++ front-end:</p>
<ol>
-<li><a href="http://llvm.cs.uiuc.edu/PR326">[llvmgcc] Crash on use of undeclared enum type</a></li></li>
+<li><a href="http://llvm.cs.uiuc.edu/PR326">[llvmgcc] Crash on use of undeclared enum type</a></li>
+<li><a href="http://llvm.cs.uiuc.edu/PR298">[llvmgcc] Variable length array indexing miscompiled</a></li>
</ol>
</div>