This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/47908] attribute((optimize(2))) causes ICE in m68k_sched_issue_rate
- From: "mikpe at it dot uu.se" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Tue, 1 Mar 2011 23:45:15 +0000
- Subject: [Bug target/47908] attribute((optimize(2))) causes ICE in m68k_sched_issue_rate
- Auto-submitted: auto-generated
- References: <bug-47908-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47908
--- Comment #2 from Mikael Pettersson <mikpe at it dot uu.se> 2011-03-01 23:45:01 UTC ---
m68k needs to define TARGET_OVERRIDE_OPTIONS_AFTER_CHANGE in order to override
the instruction scheduling options implied by attribute((optimize(2))).