This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/50068] Invalid memory access in incr_ticks_for_insn


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50068

--- Comment #4 from Andrew Pinski <pinskia at gcc dot gnu.org> 2011-08-16 00:01:57 UTC ---
The SH target is the only target which does:
  if (optimize > 0 && flag_delayed_branch)
    dbr_schedule (insns);
in its thunks.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]