From: Richard Stallman Date: Thu, 4 Jun 1992 18:36:38 +0000 (+0000) Subject: entered into RCS X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=473a05b9508468012027dfe4323bb4afb959926e;p=gcc.git entered into RCS From-SVN: r1155 --- diff --git a/gcc/c-lex.c b/gcc/c-lex.c index 13441894a97..7aee51231aa 100644 --- a/gcc/c-lex.c +++ b/gcc/c-lex.c @@ -1602,7 +1602,7 @@ yylex () } #endif - if (!int_fits_type_p (yylval.ttype, type)) + if (!flag_traditional && !int_fits_type_p (yylval.ttype, type)) pedwarn ("integer constant out of range"); TREE_TYPE (yylval.ttype) = type;