[llvm-commits] CVS: llvm/docs/ReleaseNotes.html
Chris Lattner
lattner at cs.uiuc.edu
Fri Feb 20 11:42:02 PST 2004
Changes in directory llvm/docs:
ReleaseNotes.html updated: 1.129 -> 1.130
---
Log message:
Bug fixed
---
Diffs of the changes: (+2 -1)
Index: llvm/docs/ReleaseNotes.html
diff -u llvm/docs/ReleaseNotes.html:1.129 llvm/docs/ReleaseNotes.html:1.130
--- llvm/docs/ReleaseNotes.html:1.129 Tue Feb 17 16:00:39 2004
+++ llvm/docs/ReleaseNotes.html Fri Feb 20 11:41:35 2004
@@ -193,6 +193,7 @@
<li><a href="http://llvm.cs.uiuc.edu/PR216">[llvmgcc] floating-point unary minus is incorrect for +0.0</a></li>
<li><a href="http://llvm.cs.uiuc.edu/PR221">[llvm-gcc] miscompilation of 'X = Y = Z' with aggregate values</a></li>
<li><a href="http://llvm.cs.uiuc.edu/PR233">[llvmgcc] Structure copies result in a LOT of code</a></li>
+<li><a href="http://llvm.cs.uiuc.edu/PR244">[llvm-gcc] miscompilation when a function is re-declared as static</a></li>
</ol>
</div>
@@ -583,7 +584,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/02/17 22:00:39 $
+ Last modified: $Date: 2004/02/20 17:41:35 $
</address>
</body>
More information about the llvm-commits
mailing list