Commit 473a05b9 by Richard Stallman

entered into RCS

From-SVN: r1155
parent 63a1f834
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment