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

2005-01-17 Thread fjahanian at apple dot com
--- Additional Comments From fjahanian at apple dot com 2005-01-17 16:49 --- on apple-ppc-branch -mcpu=G5 is all you need to reproduce the problem. But I noticed that this bug is no longer reproducible with the FSF mainline. So, this bug has been fixed as far as I am concerned. Just

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

2005-01-17 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-01-17 16:57 --- So lets close this as fixed then. -- What|Removed |Added Status|UNCONFIRMED

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

2005-01-15 Thread dje at gcc dot gnu dot org
-- What|Removed |Added GCC build triplet|apple-ppc-darwin|powerpc-apple-darwin GCC host triplet|apple-ppc-darwin|powerpc-apple-darwin GCC target

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

2005-01-15 Thread dje at gcc dot gnu dot org
--- Additional Comments From dje at gcc dot gnu dot org 2005-01-16 00:44 --- The testcase works on Mac OS X 10.3.7 for me with -mcpu=G5 and all levels of optimization. It does not work with -ffast-math, but that is expected. The original bug report does not state what options are used

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

2004-11-29 Thread amodra at bigpond dot net dot au
--- 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

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

2004-11-29 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Keywords||ice-on-valid-code http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18118

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

2004-11-29 Thread fjahanian at apple dot com
--- Additional Comments From fjahanian at apple dot com 2004-11-29 17:15 --- This patch doesn't fix the problem I reported on apple-ppc-darwin. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18118

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

2004-11-29 Thread amodra at bigpond dot net dot au
--- 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,

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

2004-10-28 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Summary|bad code gen for -mcpu=G5 |bad code gen for -mcpu=G5 ||and unsigned long long to