summaryrefslogtreecommitdiff
path: root/gcc/convert.c
diff options
context:
space:
mode:
authorrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>1993-02-22 05:25:58 +0000
committerrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>1993-02-22 05:25:58 +0000
commit5048e43da76f142390e70c5ab707619859ca10f8 (patch)
tree2789073ed4e50712682d720ebb21740eb356f73d /gcc/convert.c
parentd1875a08b0e9f54e7cf9046fd87abb888f8c6d1c (diff)
downloadgcc-5048e43da76f142390e70c5ab707619859ca10f8.tar.gz
(convert_to_integer): #if 0 the truncated integer warning.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@3512 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/convert.c')
-rw-r--r--gcc/convert.c2
1 files changed, 2 insertions, 0 deletions
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