This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

[www] c99 update


Committed.


r~

Index: c99status.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/c99status.html,v
retrieving revision 1.17
diff -u -p -r1.17 c99status.html
--- c99status.html	2000/11/20 00:20:26	1.17
+++ c99status.html	2001/01/05 06:10:13
@@ -347,11 +347,6 @@ statements to be done first.</li>
 <li>Designated initializers in GCC do not support overriding previous
 initializers for a subobject.</li>
 
-<li>Flexible array members are supported internally using GCC's
-zero-length array extension, which has fewer semantic restrictions.
-Thus conforming programs may be compiled, but non-conforming 
-programs may not be properly diagnosed.</li>
-
 <li>The list above differs from that in the C99 standard as follows:
 "LIA compatibility annex" is removed, since it refers to C99's
 conformance to another standard rather than something for C

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]