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]

Internal compiler error in `copy_rtx_and_substitute'


This happens when trying to compile the linux kernel 2.3.39 with the CVS
version of gcc:

gcc -D__KERNEL__ -I/usr/src/linux/include -Wall -Wstrict-prototypes -O2
-fomit-frame-pointer -fno-strict-aliasing -pipe -fno-strength-reduce
-mpreferred-stack-boundary=2 -DCPU=686 -march=i686
-fno-omit-frame-pointer -c -o sched.o sched.c
sched.c: In function `__wake_up':
sched.c:695: Internal compiler error in `copy_rtx_and_substitute', at
integrate.c:2052
Please submit a full bug report.
See <URL:http://www.gnu.org/software/gcc/faq.html#bugreport> for
instructions.
cpp: output pipe has been closed

Changing the optimization flag to -O0 gives a different error:
sched.c: In function `schedule':
sched.c:599: Can't find a register in class `GENERAL_REGS' while reloading
`asm'.
sched.c: In function `show_task':
sched.c:1035: warning: format not a string literal, argument types not
checked

Preprocessor output attached.

LLaP
bero

-- 
Anyone sending unsolicited bulk email (UBE, SPAM) to this address will be
charged a $25 handling fee plus a $5 network traffic fee per started
kilobyte. By extracting my address from this message or its header, you
agree to these terms.

Nevertheless, spammers trying to auto-extract addresses from this message
will definitely want to include uce@ftc.gov and report@fraud.org

sched.i.bz2


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