diff options
Diffstat (limited to 'gcc/convert.c')
-rw-r--r-- | gcc/convert.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/convert.c b/gcc/convert.c index 3a834450eb1..e8673bcaed9 100644 --- a/gcc/convert.c +++ b/gcc/convert.c @@ -174,9 +174,9 @@ convert_to_real (tree type, tree expr) if (optimize && (((fcode == BUILT_IN_FLOORL || fcode == BUILT_IN_CEILL - || fcode == BUILT_IN_ROUND - || fcode == BUILT_IN_TRUNC - || fcode == BUILT_IN_NEARBYINT) + || fcode == BUILT_IN_ROUNDL + || fcode == BUILT_IN_TRUNCL + || fcode == BUILT_IN_NEARBYINTL) && (TYPE_MODE (type) == TYPE_MODE (double_type_node) || TYPE_MODE (type) == TYPE_MODE (float_type_node))) || ((fcode == BUILT_IN_FLOOR |