Should have been checked in with Kingdon's change.
authorJeff Law <law@gcc.gnu.org>
Thu, 23 Sep 1999 19:41:04 +0000 (13:41 -0600)
committerJeff Law <law@gcc.gnu.org>
Thu, 23 Sep 1999 19:41:04 +0000 (13:41 -0600)
From-SVN: r29629

gcc/extend.texi

index 82e9559..e98e63e 100644 (file)
@@ -2973,7 +2973,8 @@ macros to replace them with the customary keywords.  It looks like this:
 @end example
 
 @findex __extension__
-@samp{-pedantic} causes warnings for many GNU C extensions.  You can
+@samp{-pedantic} and other options causes warnings for many GNU C extensions.
+You can
 prevent such warnings within one expression by writing
 @code{__extension__} before the expression.  @code{__extension__} has no
 effect aside from this.