aboutsummaryrefslogtreecommitdiff
path: root/gcc/c
diff options
context:
space:
mode:
authorTamar Christina <tnfchris@gcc.gnu.org>2017-06-09 08:10:51 +0000
committerTamar Christina <tnfchris@gcc.gnu.org>2017-06-09 08:10:51 +0000
commit903c723b9d931abb6de044135c3bd4f44559fca7 (patch)
tree501cfa4a6ed13c934e7150ad55732b9b2c606305 /gcc/c
parent48e692477f5e3e1e99755b1e964ddd8a51fb5775 (diff)
downloadgcc-903c723b9d931abb6de044135c3bd4f44559fca7.zip
gcc-903c723b9d931abb6de044135c3bd4f44559fca7.tar.gz
gcc-903c723b9d931abb6de044135c3bd4f44559fca7.tar.bz2
Reverted r249005 until PowerPC and AIX issues sorted.
From-SVN: r249050
Diffstat (limited to 'gcc/c')
-rw-r--r--gcc/c/c-typeck.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/c/c-typeck.c b/gcc/c/c-typeck.c
index 00e16e8..ba44406 100644
--- a/gcc/c/c-typeck.c
+++ b/gcc/c/c-typeck.c
@@ -3241,8 +3241,6 @@ convert_arguments (location_t loc, vec<location_t> arg_loc, tree typelist,
case BUILT_IN_ISINF_SIGN:
case BUILT_IN_ISNAN:
case BUILT_IN_ISNORMAL:
- case BUILT_IN_ISZERO:
- case BUILT_IN_ISSUBNORMAL:
case BUILT_IN_FPCLASSIFY:
type_generic_remove_excess_precision = true;
break;