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

Chris Lattner lattner at cs.uiuc.edu
Fri Feb 11 11:30:08 PST 2005



Changes in directory llvm/docs:

ReleaseNotes.html updated: 1.292 -> 1.293
---
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.292 llvm/docs/ReleaseNotes.html:1.293
--- llvm/docs/ReleaseNotes.html:1.292	Mon Jan 31 19:33:52 2005
+++ llvm/docs/ReleaseNotes.html	Fri Feb 11 13:29:52 2005
@@ -147,6 +147,8 @@
    <li><a href="http://llvm.cs.uiuc.edu/PR487">[llvmgcc] llvm-gcc incorrectly 
        rejects some constant initializers involving the addresses of array 
        elements</a></li>
+   <li><a href="http://llvm.cs.uiuc.edu/PR501">[llvm-g++] Crash compiling 
+       anonymous union</a></li>
 </ol>
 
 </div>
@@ -567,7 +569,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/01 01:33:52 $
+  Last modified: $Date: 2005/02/11 19:29:52 $
 </address>
 
 </body>






More information about the llvm-commits mailing list