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