]> git.ipfire.org Git - thirdparty/gcc.git/commit
builtins.c (fold_fixed_mathfn): When long and long long are the same size...
authorRoger Sayle <roger@eyesopen.com>
Thu, 27 Jul 2006 14:02:27 +0000 (14:02 +0000)
committerRoger Sayle <sayle@gcc.gnu.org>
Thu, 27 Jul 2006 14:02:27 +0000 (14:02 +0000)
commit482c6ce8854e83bb5d89f367cf2a391e454c4735
tree8f719633623f288ed24eae0d3489f6505aeb6a66
parent721cedf2517390c2fd7b7f2c3272177ff1a50f10
builtins.c (fold_fixed_mathfn): When long and long long are the same size...

* builtins.c (fold_fixed_mathfn): When long and long long are the
same size, canonicalize llceil*, llfloor*, llround* and llrint*
functions to their lceil*, lfloor*, lround* and lrint* forms.

* gcc.dg/builtins-55.c: New test case.

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