2
0
mirror of git://gcc.gnu.org/git/gcc.git synced 2025-04-09 15:31:07 +08:00

convert.c (convert_to_real): Fix typos in `long double' builtins.

* convert.c (convert_to_real): Fix typos in `long double'
	builtins.

From-SVN: r79571
This commit is contained in:
Kaveh R. Ghazi 2004-03-17 04:43:41 +00:00 committed by Kaveh Ghazi
parent 88020bd8ea
commit b57051b2f5
2 changed files with 8 additions and 3 deletions

@ -1,3 +1,8 @@
2004-03-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* convert.c (convert_to_real): Fix typos in `long double'
builtins.
2004-03-16 Mark Mitchell <mark@codesourcery.com>
PR c++/14481

@ -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