From: Richard Stallman Date: Mon, 22 Feb 1993 05:25:58 +0000 (+0000) Subject: (convert_to_integer): #if 0 the truncated integer warning. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0ef08a071a3d6a5bf36afd8e0e181322a8b89eaf;p=gcc.git (convert_to_integer): #if 0 the truncated integer warning. From-SVN: r3512 --- diff --git a/gcc/convert.c b/gcc/convert.c index 0833a5fbcd7..8b3b291b0b1 100644 --- a/gcc/convert.c +++ b/gcc/convert.c @@ -172,6 +172,7 @@ convert_to_integer (type, expr) switch (ex_form) { +#if 0 case INTEGER_CST: if (TREE_UNSIGNED (type)) { @@ -195,6 +196,7 @@ convert_to_integer (type, expr) } } break; +#endif /* 0 */ case RSHIFT_EXPR: /* We can pass truncation down through right shifting