From 0ef08a071a3d6a5bf36afd8e0e181322a8b89eaf Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Mon, 22 Feb 1993 05:25:58 +0000 Subject: [PATCH] (convert_to_integer): #if 0 the truncated integer warning. From-SVN: r3512 --- gcc/convert.c | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.30.2