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

Chris Lattner lattner at cs.uiuc.edu
Tue Oct 28 17:14:05 PST 2003


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

ReleaseNotes.html updated: 1.6 -> 1.7

---
Log message:

add new known bug


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

Index: llvm-www/releases/1.0/docs/ReleaseNotes.html
diff -u llvm-www/releases/1.0/docs/ReleaseNotes.html:1.6 llvm-www/releases/1.0/docs/ReleaseNotes.html:1.7
--- llvm-www/releases/1.0/docs/ReleaseNotes.html:1.6	Mon Oct 27 12:28:05 2003
+++ llvm-www/releases/1.0/docs/ReleaseNotes.html	Tue Oct 28 17:13:20 2003
@@ -373,11 +373,15 @@
 problem probably cannot be fixed.<p>
 
 <li><a href="http://llvm.cs.uiuc.edu/PR33">Initializers for global variables</a>
-cannot include special floating point numbers like Not-A-Number or Infinity.<p>
+cannot include special floating point numbers like Not-A-Number or
+Infinity.</li><p>
 
 <li><a href="http://zion.cs.uiuc.edu/PR56">Zero arg vararg functions are not 
 supported</a>.  This should not affect LLVM produced by the C or C++ 
-frontends.<p>
+frontends.</li><p>
+
+<li><a href="http://llvm.cs.uiuc.edu/PR62">C backend fails on constant cast expr
+to ptr-to-anonymous struct</a> (fixed in 1.1)</li><p>
 
 <li>The code produces by the C back-end has only been tested with the Sun CC and
 GCC compilers.  It is possible that it will have to be adjusted to support other
@@ -412,6 +416,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: Mon Oct 27 12:27:16 CST 2003
+Last modified: Tue Oct 28 17:12:46 CST 2003
 <!-- hhmts end -->
 </body></html>





More information about the llvm-commits mailing list