[llvm-commits] CVS: llvm/docs/ReleaseNotes.html
Chris Lattner
lattner at cs.uiuc.edu
Sun Jun 20 14:16:00 PDT 2004
Changes in directory llvm/docs:
ReleaseNotes.html updated: 1.204 -> 1.205
---
Log message:
Bug fixed
---
Diffs of the changes: (+2 -1)
Index: llvm/docs/ReleaseNotes.html
diff -u llvm/docs/ReleaseNotes.html:1.204 llvm/docs/ReleaseNotes.html:1.205
--- llvm/docs/ReleaseNotes.html:1.204 Sat Jun 19 13:24:05 2004
+++ llvm/docs/ReleaseNotes.html Sun Jun 20 14:08:50 2004
@@ -278,6 +278,7 @@
<p>Bugs in the C/C++ front-end:</p>
<ol>
+<li><a href="http://llvm.cs.uiuc.edu/PR377">[llvmgcc] miscompilation of staticly initialized unsigned bitfields</a></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
@@ -732,7 +733,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/06/19 18:24:05 $
+ Last modified: $Date: 2004/06/20 19:08:50 $
</address>
</body>
More information about the llvm-commits
mailing list