[llvm-commits] CVS: llvm-www/releases/1.0/docs/ReleaseNotes.html
Chris Lattner
lattner at cs.uiuc.edu
Wed Oct 29 12:50:06 PST 2003
Changes in directory llvm-www/releases/1.0/docs:
ReleaseNotes.html updated: 1.11 -> 1.12
---
Log message:
Two new bugs found :(
---
Diffs of the changes: (+6 -1)
Index: llvm-www/releases/1.0/docs/ReleaseNotes.html
diff -u llvm-www/releases/1.0/docs/ReleaseNotes.html:1.11 llvm-www/releases/1.0/docs/ReleaseNotes.html:1.12
--- llvm-www/releases/1.0/docs/ReleaseNotes.html:1.11 Wed Oct 29 01:17:27 2003
+++ llvm-www/releases/1.0/docs/ReleaseNotes.html Wed Oct 29 12:49:26 2003
@@ -164,6 +164,9 @@
<li><a href="http://llvm.cs.uiuc.edu/PR64">[constmerge] Constant merging pass merges constants with external linkage</a> (fixed in 1.1)</li><p>
+<li><a href="http://llvm.cs.uiuc.edu/PR66">[scalarrepl] Scalar Replacement of aggregates is decimating structures it shouldn't be</a> (fixed in 1.1)</li><p>
+
+
<!-- _______________________________________________________________________ -->
</ul><h4><a name="c-fe"><hr size=0>Known problems with the C front-end</h4><ul>
@@ -320,6 +323,8 @@
<li><a href="http://llvm.cs.uiuc.edu/PR59">C++ frontend can crash when compiling
virtual base classes</a> (fixed in 1.1)</li><p>
+<li><a href="http://llvm.cs.uiuc.edu/PR67">1.0 precompiled libstdc++ does not include wchar_t support</a> (fixed in 1.1)</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
@@ -418,6 +423,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: Wed Oct 29 01:16:47 CST 2003
+Last modified: Wed Oct 29 12:48:59 CST 2003
<!-- hhmts end -->
</body></html>
More information about the llvm-commits
mailing list