This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug rtl-optimization/20450] ICE in postreload-gcse
- From: "mustafa at il dot ibm dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 13 Mar 2005 07:11:12 -0000
- Subject: [Bug rtl-optimization/20450] ICE in postreload-gcse
- References: <20050313070609.20450.mustafa@il.ibm.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From mustafa at il dot ibm dot com 2005-03-13 07:11 -------
Compiling the gcse_test.c on powerpc-apple-darwin7.6.0 with the following options:
-O3 -mcpu=G5 -fprofile-generate
causes the following ICE :
gcse_test.c: In function 'alloc_and_load_edges_and_switches':
gcse_test.c:58: error: unrecognizable insn:
(insn 206 0 0 (set (reg/v/f:SI 5 r5 [orig:127 list_ptr ] [127])
(reg:DI 0 r0)) -1 (nil)
(nil))
--
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20450