builtins.c (fold_builtin_floor): Check for the availability of the C99 trunc function...
authorRoger Sayle <roger@eyesopen.com>
Mon, 30 Oct 2006 01:14:37 +0000 (01:14 +0000)
committerRoger Sayle <sayle@gcc.gnu.org>
Mon, 30 Oct 2006 01:14:37 +0000 (01:14 +0000)
commit7c73bdc185341485061329f6eab27fd82450c593
tree65cf360f244bf158111d44da4a2e2a43cb0c67b2
parentbd91e5ba22dd6b98c4aedb7ae9a5580bb97be510
builtins.c (fold_builtin_floor): Check for the availability of the C99 trunc function before transforming floor...

* builtins.c (fold_builtin_floor): Check for the availability of
the C99 trunc function before transforming floor into trunc.

From-SVN: r118168
gcc/ChangeLog
gcc/builtins.c