entered into RCS
From-SVN: r1155
This commit is contained in:
parent
63a1f8345f
commit
473a05b950
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue