From: Jeff Law Date: Thu, 23 Sep 1999 19:41:04 +0000 (-0600) Subject: Should have been checked in with Kingdon's change. X-Git-Tag: prereleases/libstdc++-2.92~10393 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=dbe519e0135eecda1081731754d9467612214be6;p=thirdparty%2Fgcc.git Should have been checked in with Kingdon's change. From-SVN: r29629 --- diff --git a/gcc/extend.texi b/gcc/extend.texi index 82e955993d8c..e98e63e7988a 100644 --- a/gcc/extend.texi +++ b/gcc/extend.texi @@ -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.