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: "steinmtz at us dot ibm dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 30 Sep 2005 20:16:38 -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 steinmtz at us dot ibm dot com 2005-09-30 20:16 -------
Created an attachment (id=9849)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9849&action=view)
Dump from -fdump-rtl-expand-all
Output from -fdump-rtl-expand-all attached as requested.
Note that the jump instruction I posted was obtained by placing the following
call directly before the failing gcc_assert.
print_rtl_single (dump_file, insn);
gcc_assert (JUMP_LABEL (insn)); /* failing assert at cfgbuild.c line 350
*/
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24069