This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug rtl-optimization/50068] Invalid memory access in incr_ticks_for_insn
- From: "rguenth at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Sun, 14 Aug 2011 09:44:40 +0000
- Subject: [Bug rtl-optimization/50068] Invalid memory access in incr_ticks_for_insn
- Auto-submitted: auto-generated
- References: <bug-50068-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50068
--- Comment #3 from Richard Guenther <rguenth at gcc dot gnu.org> 2011-08-14 09:44:40 UTC ---
last_basic_block should never be 0, it should at least be NUM_FIXED_BLOCKS.