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 preprocessor/12095] segfault when processing a .S file that contains a #include stmt


PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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.


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