diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index 0318b03371c..53e9743291d 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -140,11 +140,10 @@ table in the archive).
-- Inline assembly is not yet supported.
+
Bugs:Notes:
+
+
- Inline assembly is not yet supported.
+
+
- "long double" is transformed by the front-end into "double". There is no
+ support for floating point data types of any size other than 32 and 64 bits.
+
+
- The following Unix system functionality has not been tested and may not work:
- sigsetjmp, siglongjmp - These are not turned into the
@@ -163,10 +170,6 @@ table in the archive).
- These functions have not been tested.
-
- Bugs:
- Oversized integer bitfields cause crash.
-
-
- Although many GCC extensions are supported, some are not. In particular,
the following extensions are known to not be supported:
@@ -275,9 +278,13 @@ table in the archive).
For this release, the C++ front-end is considered to be fully functional but
of beta quality. It has been tested and works for a number of simple programs that collectively exercise most of the language. Nevertheless, it has not been in use as long as the C front-end. Please report any bugs or problems.
+
Bugs:
+
- The C++ front-end inherits all problems afflicting the C
front-end
+
Notes: