From 473a05b9508468012027dfe4323bb4afb959926e Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Thu, 4 Jun 1992 18:36:38 +0000 Subject: [PATCH] entered into RCS From-SVN: r1155 --- gcc/c-lex.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.30.2