This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/29794] New: cc1 segfaults with -O3 -msched-control-spec
- From: "tbm at cyrius dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 10 Nov 2006 08:24:21 -0000
- Subject: [Bug target/29794] New: cc1 segfaults with -O3 -msched-control-spec
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
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