This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/24419] ix86 prologue clobbers memory when it shouldn't



------- Comment #8 from jh at suse dot cz  2005-10-18 17:41 -------
Subject: Re:  ix86 prologue clobbers memory when it shouldn't

> 
> 
> ------- Comment #7 from hjl at lucon dot org  2005-10-18 17:33 -------
> We are working on ix86 optimization and run into this problem.

The patch quoted on begining of thread should affect compilation with
-mred-zone enabled only and that one is off for ix86.  Can I see 32bit
testcase?  In general it is wrong on x86 to put data on unallocated
stack at first place...

Honza
> 
> 
> -- 
> 
> hjl at lucon dot org changed:
> 
>            What    |Removed                     |Added
> ----------------------------------------------------------------------------
>             Summary|[3.4/4.0/4.1 Regression]:   |ix86 prologue clobbers
>                    |ix86 prologue puts values   |memory when it shouldn't
>                    |beyond stack                |
> 
> 
> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24419
> 
> ------- You are receiving this mail because: -------
> You are on the CC list for the bug, or are watching someone who is.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24419


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]