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

Chris Lattner lattner at cs.uiuc.edu
Sat Nov 1 20:16:01 PST 2003


Changes in directory llvm-www/releases/1.0/docs:

ReleaseNotes.html updated: 1.16 -> 1.17

---
Log message:

Bugz found :(


---
Diffs of the changes:  (+6 -2)

Index: llvm-www/releases/1.0/docs/ReleaseNotes.html
diff -u llvm-www/releases/1.0/docs/ReleaseNotes.html:1.16 llvm-www/releases/1.0/docs/ReleaseNotes.html:1.17
--- llvm-www/releases/1.0/docs/ReleaseNotes.html:1.16	Thu Oct 30 10:20:20 2003
+++ llvm-www/releases/1.0/docs/ReleaseNotes.html	Sat Nov  1 20:15:38 2003
@@ -183,7 +183,11 @@
 
 <li><a href="http://llvm.cs.uiuc.edu/PR68">llvmgcc asserts when compiling functions renamed with asm's</a> (fixed in 1.1).</li><p>
 
-<li><a href="http://llvm.cs.uiuc.edu/PR69">C frontend crashes on some programs with lots of types.</a> (fixed in 1.1).</li><p>
+<li><a href="http://llvm.cs.uiuc.edu/PR69">C frontend crashes on some programs with lots of types</a> (fixed in 1.1).</li><p>
+
+<li><a href="http://llvm.cs.uiuc.edu/PR79">llvm-gcc crashes compiling global union initializer</a> (fixed in 1.1).</li><p>
+<li><a href="http://llvm.cs.uiuc.edu/PR80">C front-end crash on empty structure</a> (fixed in 1.1).</li><p>
+<li><a href="http://llvm.cs.uiuc.edu/PR81">CFrontend crashes when compiling C99 compound expressions</a> (fixed in 1.1).</li><p>
 
 <li>C99 Variable sized arrays do not release stack memory when they go out of 
     scope.  Thus, the following program may run out of stack space:
@@ -431,6 +435,6 @@
 Maintained By: <a href="http://llvm.cs.uiuc.edu/">The LLVM Team</a><br>
 <!-- Created: Wed Oct  1 17:38:54 CDT 2003 -->
 <!-- hhmts start -->
-Last modified: Thu Oct 30 10:19:43 CST 2003
+Last modified: Sat Nov  1 20:14:52 CST 2003
 <!-- hhmts end -->
 </body></html>





More information about the llvm-commits mailing list