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

Chris Lattner lattner at cs.uiuc.edu
Wed Nov 5 00:31:01 PST 2003


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

ReleaseNotes.html updated: 1.20 -> 1.21

---
Log message:

3 more bugz


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

Index: llvm-www/releases/1.0/docs/ReleaseNotes.html
diff -u llvm-www/releases/1.0/docs/ReleaseNotes.html:1.20 llvm-www/releases/1.0/docs/ReleaseNotes.html:1.21
--- llvm-www/releases/1.0/docs/ReleaseNotes.html:1.20	Tue Nov  4 14:10:56 2003
+++ llvm-www/releases/1.0/docs/ReleaseNotes.html	Wed Nov  5 00:30:26 2003
@@ -179,6 +179,8 @@
 
 <li><a href="http://llvm.cs.uiuc.edu/PR72">[build problem] Callgraph.cpp not pulled in from libipa.a</a></li><p>
 
+<li><a href="http://llvm.cs.uiuc.edu/PR91">[gccld] The -r (relinking) option does not work correctly</a></li><p>
+
 <!-- _______________________________________________________________________ -->
 </ul><h4><a name="c-fe"><hr size=0>Known problems with the C front-end</h4><ul>
 
@@ -353,6 +355,10 @@
 <li><a href="http://llvm.cs.uiuc.edu/PR67">1.0 precompiled libstdc++ does not
 include wchar_t support</a></li><p>
 
+<li><a href="http://llvm.cs.uiuc.edu/PR89">[C++] Catch blocks make unparsable labels</a></li><p>
+
+<li><a href="http://llvm.cs.uiuc.edu/PR90">[C++] Initializing array with constructable objects fail</a></li><p>
+
 </ul><b>Notes</b>:<ul><p>
 
 <li>The C++ front-end is based on a pre-release of the GCC 3.4 C++ parser.  This
@@ -459,6 +465,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: Tue Nov  4 14:10:15 CST 2003
+Last modified: Wed Nov  5 00:07:37 CST 2003
 <!-- hhmts end -->
 </body></html>





More information about the llvm-commits mailing list