[llvm-commits] CVS: llvm/docs/ReleaseNotes.html

Chris Lattner lattner at cs.uiuc.edu
Fri May 7 13:42:05 PDT 2004


Changes in directory llvm/docs:

ReleaseNotes.html updated: 1.173 -> 1.174

---
Log message:

Bug fixed


---
Diffs of the changes:  (+3 -2)

Index: llvm/docs/ReleaseNotes.html
diff -u llvm/docs/ReleaseNotes.html:1.173 llvm/docs/ReleaseNotes.html:1.174
--- llvm/docs/ReleaseNotes.html:1.173	Thu May  6 17:23:24 2004
+++ llvm/docs/ReleaseNotes.html	Fri May  7 13:40:38 2004
@@ -212,7 +212,8 @@
 <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>
@@ -635,7 +636,7 @@
   src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!" /></a>
 
   <a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a><br>
-  Last modified: $Date: 2004/05/06 22:23:24 $
+  Last modified: $Date: 2004/05/07 18:40:38 $
 </address>
 
 </body>





More information about the llvm-commits mailing list