aboutsummaryrefslogtreecommitdiff
path: root/gcc/gcc.texi
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/gcc.texi')
-rw-r--r--gcc/gcc.texi4
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/gcc.texi b/gcc/gcc.texi
index 177c2ee..99f2433 100644
--- a/gcc/gcc.texi
+++ b/gcc/gcc.texi
@@ -537,10 +537,6 @@ edit the offending file and place the typedef in front of the
prototypes.
@item
-There are several obscure case of mis-using struct, union, and
-enum tags that are not detected as errors by the compiler.
-
-@item
When @samp{-pedantic-errors} is specified, GCC will incorrectly give
an error message when a function name is specified in an expression
involving the comma operator.