[Bug middle-end/37565] __optimize__ attribute doesn't work correctly

2021-11-28 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=37565 Andrew Pinski changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[Bug middle-end/37565] __optimize__ attribute doesn't work correctly

2010-08-18 Thread steven at gcc dot gnu dot org
-- steven at gcc dot gnu dot org changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 Last reconfir

[Bug middle-end/37565] __optimize__ attribute doesn't work correctly

2009-10-29 Thread sje at cup dot hp dot com
--- 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

[Bug middle-end/37565] __optimize__ attribute doesn't work correctly

2009-10-29 Thread sje at gcc dot gnu dot org
--- 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

[Bug middle-end/37565] __optimize__ attribute doesn't work correctly

2008-11-19 Thread hjl dot tools at gmail dot com
--- 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

[Bug middle-end/37565] __optimize__ attribute doesn't work correctly

2008-11-17 Thread sje at cup dot hp dot com
--- 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 ---

[Bug middle-end/37565] __optimize__ attribute doesn't work correctly

2008-09-17 Thread pinskia at gcc dot gnu dot org
--- 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 -