re PR middle-end/27134 (ICE with floor and -ffast-math)
authorUros Bizjak <uros@kss-loka.si>
Fri, 14 Apr 2006 05:01:18 +0000 (07:01 +0200)
committerUros Bizjak <uros@gcc.gnu.org>
Fri, 14 Apr 2006 05:01:18 +0000 (07:01 +0200)
commit39b1ec97f0445bcc6e960de32e7b82011f0161ca
tree921e8632d08bdb1418b18a6c4687b775cf30868e
parent880864cfc6ea6e4ba41a5404ba8e4cc133a2a861
re PR middle-end/27134 (ICE with floor and -ffast-math)

PR middle-end/27134
* builtins.c (expand_builtin_int_roundingfn): Use expand_normal()
to expand fallback builtin function call.

testsuite/ChangeLog:

        PR middle-end/27134
        * gcc.dg/pr27314.c: New test.

From-SVN: r112949
gcc/ChangeLog
gcc/builtins.c
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/pr27314.c [new file with mode: 0644]