Paul Matos wrote (http://gcc.gnu.org/ml/gcc/2012-10/msg00123.html): > Is there any good way to define TARGET_CANNOT_MODIFY_JUMPS_P such that > jumps are not modified after sched2? No, there isn't. Some targets use the delay_sched2 target hook to just postpone sched2. Ciao! Steven