c-lex.c (yylex): With -Wtraditional...
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>
Tue, 30 Nov 1999 23:26:37 +0000 (23:26 +0000)
committerKaveh Ghazi <ghazi@gcc.gnu.org>
Tue, 30 Nov 1999 23:26:37 +0000 (23:26 +0000)
commit48776cde064312d9fd9bac8c3d0fd73be6944255
tree1d2e79beb5a4999f5868fca5ed690dba7a1f2a64
parent481c7efae8707188049cf59ad97f682ba68576ce
c-lex.c (yylex): With -Wtraditional...

* c-lex.c (yylex): With -Wtraditional, when the ANSI type of an
integer constant does not match the traditional type, limit the
warnings to cases where the base of the type is ten.

* invoke.texi (-Wtraditional): Document it.

From-SVN: r30730
gcc/ChangeLog
gcc/c-lex.c
gcc/invoke.texi