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 lto/54885] [4.8 Regression] lto bootstrap broken with -O3


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54885

--- Comment #2 from Markus Trippelsdorf <markus at trippelsdorf dot de> 2012-10-10 09:55:28 UTC ---
markus@x4 libgcc % cat test.i
int a;
int
fn1 ()
{
    if (a)
        return 0;
}

markus@x4 libgcc % /var/tmp/gcc_build_dir/./gcc/xgcc
-B/var/tmp/gcc_build_dir/./gcc/ -O2 -c test.i
test.i: In function âfn1â:
test.i:7:1: internal compiler error: Segmentation fault


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