This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug optimization/11053] New: [3.3 regression] ICE with kernel 2.4.20; sched.c
- From: "debian-gcc at lists dot debian dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 1 Jun 2003 13:14:32 -0000
- Subject: [Bug optimization/11053] New: [3.3 regression] ICE with kernel 2.4.20; sched.c
- 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=11053
Summary: [3.3 regression] ICE with kernel 2.4.20; sched.c
Product: gcc
Version: 3.3
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: optimization
AssignedTo: unassigned@gcc.gnu.org
ReportedBy: debian-gcc@lists.debian.org
CC: gcc-bugs@gcc.gnu.org
GCC host triplet: i686-linux
3.3 release, succeeds with -O1
gcc -D__KERNEL__ -I/usr/src/Linux/linux-2.4.20-apm/include -Wall
-Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common
-fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686 -nostdinc
-iwithprefix include -DKBUILD_BASENAME=sched -fno-omit-frame-pointer -c -o
sched.o sched.c
sched.c: In function `schedule':
sched.c:709: internal compiler error: in merge_assigned_reloads, at reload1.c:6134
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
make[3]: *** [sched.o] Error 1
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.