This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: target/10213: [3.4 regression] optimization problem with ix86 fast prologue with -O2 -fPIC
- From: snyder <snyder at fnal dot gov>
- To: Jan Hubicka <jh at suse dot cz>
- Cc: bangerth at dealii dot org, gcc-bugs at gcc dot gnu dot org, gcc-prs at gcc dot gnu dot org, jh at suse dot cz, nobody at gcc dot gnu dot org, gcc-gnats at gcc dot gnu dot org
- Date: 18 May 2003 23:32:34 -0500
- Subject: Re: target/10213: [3.4 regression] optimization problem with ix86 fast prologue with -O2 -fPIC
- References: <20030515044154.13972.qmail@sources.redhat.com><20030518184046.GS23179@kam.mff.cuni.cz>
hi -
>Jan Hubicka writes:
>Can you point me to the patch? I was off for a while and missed the
>thread. In case the fast prologues was disabled, I would like to fix
>the real problem instead.
I think this is the patch that i was remembering:
Thu Apr 3 00:18:49 CEST 2003 Jan Hubicka <jh@suse.cz>
* i386.c (override_options): Disable red zone by default on i386.
(compute_frame_layout, ix86_force_to_memory, ix86_free_from_memory):
Do not test TARGET_64BIT together with TARGET_RED_ZONE
I admit i never looked at the actual code, though, to be sure
of what it was doing. When i saw that appear in the changelog,
i thought that it was a reaction to the bug that i had reported...
sss