------- Comment #13 from hjl dot tools at gmail dot com 2008-07-24 15:51 ------- ia64_override_options has
ia64_flag_schedule_insns2 = flag_schedule_insns_after_reload; flag_schedule_insns_after_reload = 0; If decode_options is called again without calling ia64_override_options, ia64_flag_schedule_insns2 and flag_schedule_insns_after_reload may be incorrect. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36907