[Bug c++/12498] Internal compiler error in schedule_insns
PLEASE REPLY TO [EMAIL PROTECTED] ONLY, *NOT* [EMAIL PROTECTED] http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12498 --- Additional Comments From dhazeghi at yahoo dot com 2003-10-24 17:15 --- Reminder that we're still waiting for the preprocessed source for this report. All that's needed is to compile with gcc -save-temps, and send us gdkwindow-x11.i . If you can't check with a newer version of gcc than 3.0, that's okay too, since compiler crashes can be checked easily via cross- compiler.
[Bug preprocessor/12095] segfault when processing a .S file that contains a #include stmt
PLEASE REPLY TO [EMAIL PROTECTED] ONLY, *NOT* [EMAIL PROTECTED] http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12095 --- Additional Comments From dhazeghi at yahoo dot com 2003-10-24 23:47 --- You didn't explain why you cannot provide preprocessed source. Does it crash with -save-temps before you get a .i file? Anyhow, I downloaded everything, and tried to compile, but it looks like you forgot another file. I get: /usr/pubsw/bin/gcc -D__ASSEMBLY__ -D__KERNEL__ -I ../../../include/ -traditional -c dynreplace_asm.S In file included from dynreplace_asm.S:20: ../../../include/linux/dynreplace.h:4: linux/dynreplace_version_table.h: No such file or directory Can you please attach this file? Thanks.