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 target/29794] New: cc1 segfaults with -O3 -msched-control-spec


I get the following segfault with -O3 -msched-control-spec on IA64.  While
this is completely repeatable, it doesn't happen when I call cc1 directly so
I cannot supply a backtrace.

With 4.2.0 20061022 I need to call -g -O3 -msched-control-spec to see this
while 4.2.0 20061107 requires -O3 -msched-control-spec.

Can someone confirm this bug?

tbm@coconut0:~$ /usr/lib/gcc-snapshot/bin/gcc -c -g -O3 -msched-control-spec
openbox-screen.i
gcc: Internal error: Segmentation fault (program cc1)
Please submit a full bug report.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.

tbm@coconut0:~$ /usr/lib/gcc-snapshot/bin/gcc -c -g -O3 openbox-screen.i
tbm@coconut0:~$


-- 
           Summary: cc1 segfaults with -O3 -msched-control-spec
           Product: gcc
           Version: 4.3.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: tbm at cyrius dot com
GCC target triplet: ia64-linux-gnu


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


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