[llvm-commits] CVS: llvm/docs/ReleaseNotes.html
Chris Lattner
lattner at cs.uiuc.edu
Mon Feb 2 11:50:02 PST 2004
Changes in directory llvm/docs:
ReleaseNotes.html updated: 1.104 -> 1.105
---
Log message:
Bug fixed
---
Diffs of the changes: (+2 -1)
Index: llvm/docs/ReleaseNotes.html
diff -u llvm/docs/ReleaseNotes.html:1.104 llvm/docs/ReleaseNotes.html:1.105
--- llvm/docs/ReleaseNotes.html:1.104 Sun Feb 1 16:52:12 2004
+++ llvm/docs/ReleaseNotes.html Mon Feb 2 11:48:56 2004
@@ -174,6 +174,7 @@
management functions in libc runtime to allow them to be overriden</a></li>
<li><a href="http://llvm.cs.uiuc.edu/PR202">[llvm-gcc] asserts when an extern inline function is redefined</a></li>
<li><a href="http://llvm.cs.uiuc.edu/PR204">[llvmg++] Dynamically initialized constants cannot be marked 'constant'</a></li>
+<li><a href="http://llvm.cs.uiuc.edu/PR216">[llvmgcc] floating-point unary minus is incorrect for +0.0</a></li>
</ol>
</div>
@@ -613,7 +614,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/01 22:52:12 $
+ Last modified: $Date: 2004/02/02 17:48:56 $
</address>
</body>
More information about the llvm-commits
mailing list