[llvm-commits] CVS: llvm/docs/ReleaseNotes.html
Chris Lattner
lattner at cs.uiuc.edu
Tue Mar 16 15:56:01 PST 2004
Changes in directory llvm/docs:
ReleaseNotes.html updated: 1.151 -> 1.152
---
Log message:
Bug fixed
---
Diffs of the changes: (+2 -1)
Index: llvm/docs/ReleaseNotes.html
diff -u llvm/docs/ReleaseNotes.html:1.151 llvm/docs/ReleaseNotes.html:1.152
--- llvm/docs/ReleaseNotes.html:1.151 Tue Mar 16 15:39:04 2004
+++ llvm/docs/ReleaseNotes.html Tue Mar 16 15:55:23 2004
@@ -242,6 +242,7 @@
<li><a href="http://llvm.cs.uiuc.edu/PR268">[llvmgcc] Incorrect code generation for pointer subtraction</a></li>
<li><a href="http://llvm.cs.uiuc.edu/PR261">[llvmg++] Crash assigning pointers-to-members with casted types</a></li>
<li><a href="http://llvm.cs.uiuc.edu/PR291">[llvm-g++] Cleanups and gotos don't mix properly</a></li>
+<li><a href="http://llvm.cs.uiuc.edu/PR297">[llvmgcc] Crash on auto register variable with specific register specified</a></li>
</ol>
</div>
@@ -656,7 +657,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/03/16 21:39:04 $
+ Last modified: $Date: 2004/03/16 21:55:23 $
</address>
</body>
More information about the llvm-commits
mailing list