[llvm-commits] CVS: llvm-www/releases/1.0/docs/ReleaseNotes.html
Chris Lattner
lattner at cs.uiuc.edu
Wed Nov 19 19:08:01 PST 2003
Changes in directory llvm-www/releases/1.0/docs:
ReleaseNotes.html updated: 1.39 -> 1.40
---
Log message:
One new bug fixed, one old bug fixed.
---
Diffs of the changes: (+6 -3)
Index: llvm-www/releases/1.0/docs/ReleaseNotes.html
diff -u llvm-www/releases/1.0/docs/ReleaseNotes.html:1.39 llvm-www/releases/1.0/docs/ReleaseNotes.html:1.40
--- llvm-www/releases/1.0/docs/ReleaseNotes.html:1.39 Wed Nov 19 16:05:53 2003
+++ llvm-www/releases/1.0/docs/ReleaseNotes.html Wed Nov 19 19:07:47 2003
@@ -229,8 +229,6 @@
</ul><b>Bugs:</b><ul><p>
-<li><a href="http://llvm.cs.uiuc.edu/PR6">Oversized integer bitfields cause crash</a>.<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:
<pre>
@@ -266,6 +264,11 @@
<li><a href="http://llvm.cs.uiuc.edu/PR133">[C/C++] Bogus warning about taking the address of 'register' variable</a></li><p>
+<li><a href="http://llvm.cs.uiuc.edu/PR113">crash assigning into an array in a struct which contains a bitfield</a>.</li><p>
+
+<li><a href="http://llvm.cs.uiuc.edu/PR6">Oversized integer bitfields cause crash</a>.<p>
+
+
</ul><b>Notes:</b><ul><p>
<li>Inline assembly is not yet supported.<p>
@@ -525,6 +528,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 Nov 19 15:42:40 CST 2003
+Last modified: Wed Nov 19 19:06:48 CST 2003
<!-- hhmts end -->
</body></html>
More information about the llvm-commits
mailing list