convert.c (convert_to_integer): Convert (long int)trunc{,f,l}, and (long long int...
authorUros Bizjak <uros@kss-loka.si>
Thu, 14 Apr 2005 11:26:45 +0000 (13:26 +0200)
committerUros Bizjak <uros@gcc.gnu.org>
Thu, 14 Apr 2005 11:26:45 +0000 (13:26 +0200)
commit2ec76fdb2413bee3123b322e4f4259ba9f9c8310
treee66d3ba10f9caef0d152e7a4934acc4e6d2153d0
parent559be41a519baec62f81099ba904338607c687dd
convert.c (convert_to_integer): Convert (long int)trunc{,f,l}, and (long long int)ceil{,f,l} into FIX_TRUNC_EXPR.

* convert.c (convert_to_integer): Convert (long int)trunc{,f,l},
and (long long int)ceil{,f,l} into FIX_TRUNC_EXPR.

testsuite:

* gcc.dg/builtins-53.c: Also check (int)trunc* and
(long long int)trunc*.

From-SVN: r98131
gcc/ChangeLog
gcc/convert.c
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/builtins-53.c