From dbe519e0135eecda1081731754d9467612214be6 Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Thu, 23 Sep 1999 13:41:04 -0600 Subject: [PATCH] Should have been checked in with Kingdon's change. From-SVN: r29629 --- gcc/extend.texi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gcc/extend.texi b/gcc/extend.texi index 82e955993d8..e98e63e7988 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. -- 2.30.2