diff options
author | Alexandre Oliva <oliva@dcc.unicamp.br> | 1998-12-06 01:56:01 +0000 |
---|---|---|
committer | Alexandre Oliva <oliva@gcc.gnu.org> | 1998-12-06 01:56:01 +0000 |
commit | 892d0a6dfc69e07739dc787429f9638a5073d8e0 (patch) | |
tree | 6939a39b59bd810ba00e80b5fb143589b95927b6 /gcc | |
parent | e5b0708ab9c014bec9f416e3bec2a22cd2ddd96e (diff) | |
download | gcc-892d0a6dfc69e07739dc787429f9638a5073d8e0.zip gcc-892d0a6dfc69e07739dc787429f9638a5073d8e0.tar.gz gcc-892d0a6dfc69e07739dc787429f9638a5073d8e0.tar.bz2 |
* invoke.texi (Warning Options): Soften the tone of -pedantic
From-SVN: r24125
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/invoke.texi | 7 |
2 files changed, 6 insertions, 5 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 7c608e1..c1250f2 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +Sun Dec 6 07:45:33 1998 Alexandre Oliva <oliva@dcc.unicamp.br> + + * invoke.texi (Warning Options): Soften the tone of -pedantic + Sun Dec 6 00:20:44 1998 H.J. Lu (hjl@gnu.org) * print-rtl.c (print_rtx): Add prototype. diff --git a/gcc/invoke.texi b/gcc/invoke.texi index 5ce08e0..7a15b48 100644 --- a/gcc/invoke.texi +++ b/gcc/invoke.texi @@ -1225,11 +1225,8 @@ ANSI C @emph{requires} a diagnostic. A feature to report any failure to conform to ANSI C might be useful in some instances, but would require considerable additional work and would -be quite different from @samp{-pedantic}. We recommend, rather, that -users take advantage of the extensions of GNU C and disregard the -limitations of other compilers. Aside from certain supercomputers and -obsolete small machines, there is less and less reason ever to use any -other C compiler other than for bootstrapping GNU CC. +be quite different from @samp{-pedantic}. We don't have plans to +support such a feature in the near future. @item -pedantic-errors Like @samp{-pedantic}, except that errors are produced rather than |