[llvm-commits] CVS: llvm/docs/ReleaseNotes.html

Chris Lattner lattner at cs.uiuc.edu
Mon Feb 14 23:02:27 PST 2005



Changes in directory llvm/docs:

ReleaseNotes.html updated: 1.297 -> 1.298
---
Log message:

Bug fixed


---
Diffs of the changes:  (+3 -1)

 ReleaseNotes.html |    4 +++-
 1 files changed, 3 insertions(+), 1 deletion(-)


Index: llvm/docs/ReleaseNotes.html
diff -u llvm/docs/ReleaseNotes.html:1.297 llvm/docs/ReleaseNotes.html:1.298
--- llvm/docs/ReleaseNotes.html:1.297	Mon Feb 14 23:28:06 2005
+++ llvm/docs/ReleaseNotes.html	Tue Feb 15 01:02:12 2005
@@ -162,6 +162,8 @@
        initialization where static init will do</a></li>
    <li><a href="http://llvm.cs.uiuc.edu/PR510">[llvmgcc] Field offset 
        miscalculated for some structure fields following bit fields</a></li>
+   <li><a href="http://llvm.cs.uiuc.edu/PR513">[llvm-g++] Temporary lifetimes 
+       incorrect for short circuit logical operations</a></li>
 </ol>
 
 </div>
@@ -583,7 +585,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/15 05:28:06 $
+  Last modified: $Date: 2005/02/15 07:02:12 $
 </address>
 
 </body>






More information about the llvm-commits mailing list