[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
Mon Nov 29 10:42:00 GMT 2004
------- Additional Comments From amodra at bigpond dot net dot au 2004-11-29 10:41 -------
On powerpc-linux, I get
pr181180.c: In function 'main':
pr181180.c:14: internal compiler error: in int_mode_for_mode, at stor-layout.c:251
emit_group_load_1 gets in a twist over
orig_src = (const_int -9064531639303929855 [0x8234508000000001])
which of course is VOIDmode. Easily fixed. Patch on its way..
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18118
More information about the Gcc-bugs
mailing list