[Bug target/26481] ICE with -mcpu=power and struct passing

2006-05-04 Thread ebotcazou at gcc dot gnu dot org
--- Comment #17 from ebotcazou at gcc dot gnu dot org 2006-05-04 23:12 --- That was fast! -- ebotcazou at gcc dot gnu dot org changed: What|Removed |Added St

[Bug target/26481] ICE with -mcpu=power and struct passing

2006-05-04 Thread dje at gcc dot gnu dot org
--- Comment #16 from dje at gcc dot gnu dot org 2006-05-04 20:44 --- Subject: Bug 26481 Author: dje Date: Thu May 4 20:43:57 2006 New Revision: 113540 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=113540 Log: PR target/26481 * config/rs6000/rs6000.md (stmsi_pow

[Bug target/26481] ICE with -mcpu=power and struct passing

2006-05-04 Thread dje at gcc dot gnu dot org
--- Comment #15 from dje at gcc dot gnu dot org 2006-05-04 20:41 --- Subject: Bug 26481 Author: dje Date: Thu May 4 20:40:52 2006 New Revision: 113539 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=113539 Log: PR target/26481 * config/rs6000/rs6000.md (stmsi_pow

[Bug target/26481] ICE with -mcpu=power and struct passing

2006-05-04 Thread ebotcazou at gcc dot gnu dot org
--- Comment #14 from ebotcazou at gcc dot gnu dot org 2006-05-04 20:06 --- > I was waiting for feedback from the original reporter, which never was > supplied. I have committed the patch on mainline to the 4.1 branch. I do not > have access to an AIX 5.1 system and without more detail

[Bug target/26481] ICE with -mcpu=power and struct passing

2006-05-04 Thread dje at gcc dot gnu dot org
--- Comment #13 from dje at gcc dot gnu dot org 2006-05-04 13:55 --- I was waiting for feedback from the original reporter, which never was supplied. I have committed the patch on mainline to the 4.1 branch. I do not have access to an AIX 5.1 system and without more details, it is diff

[Bug target/26481] ICE with -mcpu=power and struct passing

2006-05-04 Thread dje at gcc dot gnu dot org
--- Comment #12 from dje at gcc dot gnu dot org 2006-05-04 13:52 --- Subject: Bug 26481 Author: dje Date: Thu May 4 13:52:45 2006 New Revision: 113525 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=113525 Log: PR target/26481 * config/rs6000/rs6000.md (store_mul

[Bug target/26481] ICE with -mcpu=power and struct passing

2006-05-04 Thread ebotcazou at gcc dot gnu dot org
--- Comment #11 from ebotcazou at gcc dot gnu dot org 2006-05-04 10:22 --- David, do you plan on proceeding with your suggestion of disabling the "power" multilib for 4.1.1? The compiler still cannot be bootstrapped on AIX 5.1. -- ebotcazou at gcc dot gnu dot org changed:

[Bug target/26481] ICE with -mcpu=power and struct passing

2006-03-26 Thread pinskia at gcc dot gnu dot org
--- Comment #10 from pinskia at gcc dot gnu dot org 2006-03-26 15:50 --- *** Bug 26874 has been marked as a duplicate of this bug. *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added -

[Bug target/26481] ICE with -mcpu=power and struct passing

2006-03-01 Thread andreasc at neuro dot informatik dot uni-kassel dot de
--- Comment #9 from andreasc at neuro dot informatik dot uni-kassel dot de 2006-03-01 10:37 --- Created an attachment (id=10943) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10943&action=view) new problem in mt_allocator.cc now I have an other problem. Now mt_allocator.h produce

[Bug target/26481] ICE with -mcpu=power and struct passing

2006-02-27 Thread dje at gcc dot gnu dot org
--- Comment #8 from dje at gcc dot gnu dot org 2006-02-28 00:45 --- Created an attachment (id=10929) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10929&action=view) Expand store multiple cases Does this patch help? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26481

[Bug target/26481] ICE with -mcpu=power and struct passing

2006-02-27 Thread mmitchel at gcc dot gnu dot org
--- Comment #7 from mmitchel at gcc dot gnu dot org 2006-02-27 22:42 --- Retargeted at 4.1.1 per David's comments. -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/26481] ICE with -mcpu=power and struct passing

2006-02-27 Thread dje at gcc dot gnu dot org
--- Comment #6 from dje at gcc dot gnu dot org 2006-02-27 16:07 --- This is the same problem that has been recurring when compiling with POWER for a while. This is the first time that it has been reported to affect bootstrap. The problem is that GCC does not re-recognize the store_mult

[Bug target/26481] ICE with -mcpu=power and struct passing

2006-02-27 Thread pinskia at gcc dot gnu dot org
--- Comment #5 from pinskia at gcc dot gnu dot org 2006-02-27 15:54 --- Confirmed, reduced testcase: struct fpos { long long _M_off; char * _M_state; }; fpos seekpos(fpos pos, int){} -- pinskia at gcc dot gnu dot org changed: What|Removed |