This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug optimization/11162] [-fnew-ra] ICE compiling channel.i on sh
- From: "dank at kegel dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 14 Sep 2003 20:08:31 -0000
- Subject: [Bug optimization/11162] [-fnew-ra] ICE compiling channel.i on sh
- References: <20030611222319.11162.tm@kloo.net>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11162
------- Additional Comments From dank at kegel dot com 2003-09-14 20:08 -------
For completeness, here's a log using the original testcase:
/usr/gcc-3.4-20030903-glibc-2.3.2/bin/sh4-unknown-linux-gnu-gcc -m4 -O2 -fnew-ra
channel.i
channel.i: In function `find_channel':
channel.i:8226: error: Abnormal edges for no purpose in bb 0
channel.i:8226: internal compiler error: verify_flow_info failed
This appears to be a dup of bug 9900