[Bug target/19357] ICE when long double argument arrives in general register

2005-04-19 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|--- |4.0.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19357

[Bug target/19357] ICE when long double argument arrives in general register

2005-01-17 Thread wilson at gcc dot gnu dot org
--- Additional Comments From wilson at gcc dot gnu dot org 2005-01-18 04:20 --- Fixed on mainline, testcase added. This fails in gcc-3.0, and presumably also all other releases, and hence is not a regression, and thus not eligible for the gcc-3.3 and gcc-3.4 branches, so I am closing as

[Bug target/19357] ICE when long double argument arrives in general register

2005-01-17 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-01-18 03:51 --- Subject: Bug 19357 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-01-18 03:51:06 Modified files: gcc: ChangeLog gcc/config/ia64: i

[Bug target/19357] ICE when long double argument arrives in general register

2005-01-17 Thread jbeulich at novell dot com
--- Additional Comments From jbeulich at novell dot com 2005-01-17 08:06 --- No, it was with my attempt to fix this. As I further thought about it, maybe the whole difference was that I didn't do the TImode conversion prior to the spill... -- http://gcc.gnu.org/bugzilla/show_bug.cgi

[Bug target/19357] ICE when long double argument arrives in general register

2005-01-14 Thread wilson at tuliptree dot org
--- Additional Comments From wilson at tuliptree dot org 2005-01-14 21:51 --- Subject: Re: ICE when long double argument arrives in general register On Fri, 2005-01-14 at 00:58, jbeulich at novell dot com wrote: > --- Additional Comments From jbeulich at novell dot com 200

[Bug target/19357] ICE when long double argument arrives in general register

2005-01-14 Thread jbeulich at novell dot com
--- Additional Comments From jbeulich at novell dot com 2005-01-14 08:58 --- Isn't the MEM case moving things in the wrong direction? If so, and since I tried to fix this myself before submitting the bug, simply swapping the operands of emit_move_insn doesn't seem to work (made the compi

[Bug target/19357] ICE when long double argument arrives in general register

2005-01-13 Thread wilson at gcc dot gnu dot org
--- Additional Comments From wilson at gcc dot gnu dot org 2005-01-14 04:02 --- The given testcase fails only without optimization. It fails because we end up with an unhandled XFmode move from a general reg to a MEM. A little more interesting testcase is to modify testf to return the

[Bug target/19357] ICE when long double argument arrives in general register

2005-01-10 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-01-10 15:31 --- Confirmed. -- What|Removed |Added Status|UNCONFIRMED |NEW E

[Bug target/19357] ICE when long double argument arrives in general register

2005-01-10 Thread jbeulich at novell dot com
-- What|Removed |Added Known to fail||3.3.3 3.4.3 4.0.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19357