Patch for 3.3 release notes

Joseph S. Myers jsm28@cam.ac.uk
Tue Feb 4 01:27:00 GMT 2003


This adds two missing items to the 3.3 release notes: -traditional has
been removed; some more C99 features now work (I think they are C99
integer constant type rules now available, and flexible array member
constraints checked with -pedantic, as well as preprocessor arithmetic
in intmax_t which is already specifically mentioned).  Applied.

Index: changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-3.3/changes.html,v
retrieving revision 1.18
diff -u -r1.18 changes.html
--- changes.html	3 Feb 2003 23:07:34 -0000	1.18
+++ changes.html	4 Feb 2003 01:19:44 -0000
@@ -46,6 +46,10 @@
         caused the compiler to crash since version 3.0 and no one
         noticed until very recently.  Thus we conclude it is not in
         widespread use.)</li>
+
+    <li>The <code>-traditional</code> C compiler option has been
+        removed.  It was deprecated in 3.1 and 3.2.  (Traditional
+        preprocessing remains available.)</li>
   </ul>
 
 
@@ -106,6 +110,9 @@
 	the option is ignored to ensure that the default search order
 	for system directories and the special treatment of system header
 	files are not defeated.</li>
+
+    <li>A few more <a href="c99status.html">ISO C99 features</a> now
+        work correctly.</li>
 
     <li>A new function attribute,
         <code><a name="nonnull_attribute">nonnull</a></code>, has been added

-- 
Joseph S. Myers
jsm28@cam.ac.uk



More information about the Gcc-patches mailing list