This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/18118] bad code gen for -mcpu=G5 and unsigned long long to double


------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]