+
+These bugs are known for the old front-end. The new GCC-4-based C front-end
+suffers from none of these.
+
- 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:
@@ -209,8 +229,6 @@ href="http://llvm.org/PR162">with the largest union member.
-- 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.
@@ -436,8 +454,7 @@ frontends.
@@ -517,13 +534,13 @@ programs.
-- This backend lacks a JIT compiler.
+- None yet.