Commit 0ef08a07 by Richard Stallman

(convert_to_integer): #if 0 the truncated integer warning.

From-SVN: r3512
parent e010155c
......@@ -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
......
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