------- Comment #4 from janis at gcc dot gnu dot org 2010-03-18 17:27 ------- The tests also fail on powerpc64-linux, although the first one gets the same error with and without optimization.
elm3c105% cat 43374-1.c int func(_Decimal32 v) { return __builtin_isinf(v); } elm3c105% /home/janis/tools/gcc-trunk-anonsvn/bin/gcc -c 43374-1.c 43374-1.c: In function func: 43374-1.c:2:25: internal compiler error: in prepare_float_lib_cmp, at optabs.c:4391 Please submit a full bug report, with preprocessed source if appropriate. See <http://gcc.gnu.org/bugs.html> for instructions. elm3c105% /home/janis/tools/gcc-trunk-anonsvn/bin/gcc -c -O 43374-1.c 43374-1.c: In function func: 43374-1.c:1:5: internal compiler error: in prepare_float_lib_cmp, at optabs.c:4391 Please submit a full bug report, with preprocessed source if appropriate. See <http://gcc.gnu.org/bugs.html> for instructions. elm3c105% cat 43374-2.c _Decimal64 func() { return 9e384dd + 9e384dd; } elm3c105% /home/janis/tools/gcc-trunk-anonsvn/bin/gcc -c 43374-2.c 43374-2.c:3:1: internal compiler error: in decimal_to_decnumber, at dfp.c:115 Please submit a full bug report, with preprocessed source if appropriate. See <http://gcc.gnu.org/bugs.html> for instructions. elm3c105% /home/janis/tools/gcc-trunk-anonsvn/bin/gcc -c -O 43374-2.c 43374-2.c:3:1: internal compiler error: in decimal_to_decnumber, at dfp.c:115 with preprocessed source if appropriate. See <http://gcc.gnu.org/bugs.html> for instructions. The failures are the same for -m32 and -m64. -- janis at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bergner at gcc dot gnu dot | |org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43374