[llvm-commits] CVS: llvm/docs/ReleaseNotes.html
Chris Lattner
lattner at cs.uiuc.edu
Wed Nov 24 22:31:56 PST 2004
Changes in directory llvm/docs:
ReleaseNotes.html updated: 1.254 -> 1.255
---
Log message:
Bug fixed
---
Diffs of the changes: (+3 -1)
Index: llvm/docs/ReleaseNotes.html
diff -u llvm/docs/ReleaseNotes.html:1.254 llvm/docs/ReleaseNotes.html:1.255
--- llvm/docs/ReleaseNotes.html:1.254 Thu Nov 25 00:07:42 2004
+++ llvm/docs/ReleaseNotes.html Thu Nov 25 00:31:42 2004
@@ -216,6 +216,8 @@
<li><a href="http://llvm.cs.uiuc.edu/PR445">[llvmg++] not enough templates are instantiated</a></li>
<li><a href="http://llvm.cs.uiuc.edu/PR450">[llvmg++] Extern const globals cannot be
marked 'constant' if they have nontrivial ctors or dtors</a></li>
+<li><a href="http://llvm.cs.uiuc.edu/PR461">[llvmgcc] Crash compiling unnamed
+ bitfield which does not increase struct size</a></li>
</ol>
<p>Bugs fixed in the Sparc V9 back-end:</p>
@@ -671,7 +673,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/11/25 06:07:42 $
+ Last modified: $Date: 2004/11/25 06:31:42 $
</address>
</body>
More information about the llvm-commits
mailing list