[Bug other/43562] GCC ICE on optimize attribute

2010-04-19 Thread pinskia at gmail dot com
--- Comment #14 from pinskia at gmail dot com 2010-04-19 19:11 --- Subject: Re: GCC ICE on optimize attribute Sent from my iPhone On Apr 19, 2010, at 12:02 AM, "jakub at gcc dot gnu dot org" wrote: > > > --- Comment #11 from jakub at gcc dot gnu dot org 2010-04-19 > 07:02 -

Re: [Bug other/43562] GCC ICE on optimize attribute

2010-04-19 Thread Andrew Pinski
Sent from my iPhone On Apr 19, 2010, at 12:02 AM, "jakub at gcc dot gnu dot org" > wrote: --- Comment #11 from jakub at gcc dot gnu dot org 2010-04-19 07:02 --- This change broke building wine on x86-64. There was already a bug filed for this and a patch was committed today

[Bug other/43562] GCC ICE on optimize attribute

2010-04-19 Thread jakub at gcc dot gnu dot org
--- Comment #13 from jakub at gcc dot gnu dot org 2010-04-19 07:07 --- Ah, that is PR43662. -- jakub at gcc dot gnu dot org changed: What|Removed |Added Statu

[Bug other/43562] GCC ICE on optimize attribute

2010-04-19 Thread jakub at gcc dot gnu dot org
--- Comment #12 from jakub at gcc dot gnu dot org 2010-04-19 07:03 --- Forgot to say this is on the 4.4 branch. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43562

[Bug other/43562] GCC ICE on optimize attribute

2010-04-19 Thread jakub at gcc dot gnu dot org
--- Comment #11 from jakub at gcc dot gnu dot org 2010-04-19 07:02 --- This change broke building wine on x86-64. Distilled testcase: __attribute__ ((ms_abi)) fn2 (int, int); struct S { int s; }; struct T { int t; struct S *u; }; void foo (struct T *x, void *y) { int a, b, c, d; fn

[Bug other/43562] GCC ICE on optimize attribute

2010-03-30 Thread jiez at gcc dot gnu dot org
--- Comment #10 from jiez at gcc dot gnu dot org 2010-03-31 02:54 --- Should be fixed now on trunk and 4.4 branch. -- jiez at gcc dot gnu dot org changed: What|Removed |Added -

[Bug other/43562] GCC ICE on optimize attribute

2010-03-30 Thread jiez at gcc dot gnu dot org
--- Comment #9 from jiez at gcc dot gnu dot org 2010-03-31 02:51 --- Subject: Bug 43562 Author: jiez Date: Wed Mar 31 02:51:31 2010 New Revision: 157850 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=157850 Log: PR 43562 * reload.h (caller_save_initialized_p): De

[Bug other/43562] GCC ICE on optimize attribute

2010-03-30 Thread jiez at gcc dot gnu dot org
--- Comment #8 from jiez at gcc dot gnu dot org 2010-03-31 02:44 --- Subject: Bug 43562 Author: jiez Date: Wed Mar 31 02:44:10 2010 New Revision: 157849 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=157849 Log: PR 43562 * reload.h (caller_save_initialized_p): De

[Bug other/43562] GCC ICE on optimize attribute

2010-03-29 Thread jiez at gcc dot gnu dot org
--- Comment #7 from jiez at gcc dot gnu dot org 2010-03-30 04:06 --- A new patch is here: http://gcc.gnu.org/ml/gcc-patches/2010-03/msg01375.html -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43562