diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index 7e827ab3e61..1187d449f14 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -190,6 +190,11 @@ sections.
- These functions have not been tested.
+
Bugs:
+ Oversized integer bitfields cause crash.
+ LLVM needs explicit support for weak variables.
+
+
Although many GCC extensions are supported, some are not. In particular,
the following extensions are known to not be supported:
@@ -324,24 +329,30 @@ href="http://gcc.gnu.org/gcc-3.4/changes.html">GCC 3.4 release notes.
different from the model used in the Itanium ABI, so exceptions will not
interact correctly .
+
- Code for executing
+destructors when unwinding is not shared.
+
+
-- The Sparc code generator does not currently support the unwind
-instruction, so code that throws a C++ exception or calls the C longjmp
-function will abort.
+
- The Sparc code generator does not currently
+support the unwind instruction, so code that throws a C++ exception
+or calls the C longjmp function will abort.
@@ -390,6 +401,6 @@ via the mailing lists.
Maintained By: The LLVM Team
-Last modified: Tue Oct 7 16:32:37 CDT 2003
+Last modified: Tue Oct 7 17:10:14 CDT 2003