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 debug/29792] DWARF: Not all inline concrete instances are being generated



------- Comment #2 from acme at mandriva dot com  2006-11-10 03:19 -------
(In reply to comment #1)
> Can you supply a preprocessed source of sched.c and the options which you
> compiled it with?
> 

Find the kernel/sched.i file attached, the options were these ones:

gcc -m32 -Wp,-MD,kernel/.sched.o.d  -nostdinc -isystem
/home/acme/gcc-cvs/lib/gcc/i686-pc-linux-gnu/4.3.0/include -D__KERNEL__
-Iinclude -Iinclude2 -I/pub/scm/linux/kernel/git/acme/net-2.6.20/include
-include include/linux/autoconf.h
-I/pub/scm/linux/kernel/git/acme/net-2.6.20/kernel -Ikernel -Wall -Wundef
-Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -O2 -pipe
-msoft-float -mpreferred-stack-boundary=2 -march=i686 -ffreestanding
-maccumulate-outgoing-args -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1
-I/pub/scm/linux/kernel/git/acme/net-2.6.20/include/asm-i386/mach-default
-Iinclude/asm-i386/mach-default -fomit-frame-pointer -g -fno-stack-protector
-Wdeclaration-after-statement -Wno-pointer-sign -fno-omit-frame-pointer 
-D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(sched)" 
-D"KBUILD_MODNAME=KBUILD_STR(sched)" -c -o kernel/sched.o
/pub/scm/linux/kernel/git/acme/net-2.6.20/kernel/sched.c


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29792


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