[llvm-commits] CVS: llvm/docs/ReleaseNotes.html
Chris Lattner
lattner at cs.uiuc.edu
Mon Feb 14 21:28:19 PST 2005
Changes in directory llvm/docs:
ReleaseNotes.html updated: 1.296 -> 1.297
---
Log message:
Bug fixed.
---
Diffs of the changes: (+3 -2)
ReleaseNotes.html | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
Index: llvm/docs/ReleaseNotes.html
diff -u llvm/docs/ReleaseNotes.html:1.296 llvm/docs/ReleaseNotes.html:1.297
--- llvm/docs/ReleaseNotes.html:1.296 Mon Feb 14 16:58:38 2005
+++ llvm/docs/ReleaseNotes.html Mon Feb 14 23:28:06 2005
@@ -160,7 +160,8 @@
anonymous union</a></li>
<li><a href="http://llvm.cs.uiuc.edu/PR509">[llvm-g++] Do not use dynamic
initialization where static init will do</a></li>
- <li>
+ <li><a href="http://llvm.cs.uiuc.edu/PR510">[llvmgcc] Field offset
+ miscalculated for some structure fields following bit fields</a></li>
</ol>
</div>
@@ -582,7 +583,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: 2005/02/14 22:58:38 $
+ Last modified: $Date: 2005/02/15 05:28:06 $
</address>
</body>
More information about the llvm-commits
mailing list