https://gcc.gnu.org/bugzilla/show_bug.cgi?id=37565
Andrew Pinski changed:
What|Removed |Added
Resolution|--- |FIXED
Status|NEW
--
steven at gcc dot gnu dot org changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Ever Confirmed|0 |1
Last reconfir
--- Comment #10 from sje at cup dot hp dot com 2009-10-29 17:03 ---
The patch I checked in provides the infrastructure to fix this problem and I
have fixed the IA64 instance of it but other targets (like x86) will need to
define TARGET_OVERRIDE_OPTIONS_AFTER_CHANGE as well to completely
--- Comment #9 from sje at gcc dot gnu dot org 2009-10-29 16:44 ---
Subject: Bug 37565
Author: sje
Date: Thu Oct 29 16:44:02 2009
New Revision: 153714
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=153714
Log:
2009-10-29 Steve Ellcey
PR middle-end/37565
PR ta
--- Comment #8 from hjl dot tools at gmail dot com 2008-11-19 18:09 ---
I think we need to break OVERRIDE_OPTIONS into 2 parts:
1. Execute only once for a given input.
2. Execute every time after all optimization options
are processed.
with things like OVERRIDE_OPTIONS_ONCE and OVERRID
--- Comment #7 from sje at cup dot hp dot com 2008-11-17 18:41 ---
This also causes the failure of gcc.dg/pr37106-1.c on ia64-*-* targets.
--
sje at cup dot hp dot com changed:
What|Removed |Added
---
--- Comment #6 from pinskia at gcc dot gnu dot org 2008-09-17 20:26 ---
Then lets say it is a middle-end issue. Still nowhere has you touched the C
front-end.
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
-