This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug optimization/11162] [-fnew-ra] ICE compiling channel.i on sh


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 18:37 -------
Here's a simpler testcase:

int foo(char *p1)
{
        return bar(p1);
}

I swear to god that's what it boiled down to.  This fails with 
/usr/gcc-3.4-20030903-glibc-2.3.2/bin/sh4-unknown-linux-gnu-gcc -O2 -m4 -fnew-ra
z.c 
z.c: In function `foo':

z.c:4: error: Abnormal edges for no purpose in bb 0
z.c:4: internal compiler error: verify_flow_info failed


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]