entered into RCS

From-SVN: r1155
This commit is contained in:
Richard Stallman 1992-06-04 18:36:38 +00:00
parent 63a1f8345f
commit 473a05b950

View file

@ -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;