This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/24069] [4.1 Regression] ice during feedback stage of profiledbootstrap on powerpc
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 30 Sep 2005 20:34:36 -0000
- Subject: [Bug middle-end/24069] [4.1 Regression] ice during feedback stage of profiledbootstrap on powerpc
- References: <20050926194937.24069.steinmtz@us.ibm.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-30 20:34 -------
Actually the jump_insn and the backtrace does not make sense because it should have triggered the
computed_jump_p part in make_edge.
Can you add a fflush(dump_file); right after the print_rtl_single. Also can you attach all of the dumps
for -fdump-tree-all-all because the backtrace does not make sense between that the jump_insn having
registers allocated already.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24069