[Bug target/18118] bad code gen for -mcpu=G5 and unsigned long long to double
amodra at bigpond dot net dot au
gcc-bugzilla@gcc.gnu.org
Tue Nov 30 05:21:00 GMT 2004
------- Additional Comments From amodra at bigpond dot net dot au 2004-11-30 05:21 -------
No, sorry if I gave the impression my patch would fix the darwin problem. It
was aimed at fixing the powerpc-linux compiler ICE, whereas I presume the darwin
problem is a runtime one. On powerpc-linux, we now get
$ gcc/xgcc -Bgcc/ -O2 -m32 -mpowerpc64 /src/tmp/pr181180.c
$ ./a.out
$ gcc/xgcc -Bgcc/ -O2 -m32 -mpowerpc64 /src/tmp/pr181180.c -ffast-math
$ ./a.out
Aborted
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18118
More information about the Gcc-bugs
mailing list