building the kernel hits this error: include/linux/netfilter.h: In function 'raw_sendmsg': include/net/dst.h:262:19: sorry, unimplemented: inlining failed in call to 'dst_output': optimizing for size and code size would grow include/linux/netfilter.h:206:7: sorry, unimplemented: called from here make[2]: *** [net/ipv4/raw.o] Error 1 make[1]: *** [net/ipv4] Error 2 make: *** [net] Error 2 gcc --version gcc (GCC) 4.6.0 20100416 (experimental) Copyright (C) 2010 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Please provide a preprocessed testcase.
Created attachment 20606 [details] make net/ipv4/raw.i hopefully this is the correct *.c file the file gets rejected because of the size (I compressed it, but am not sure if it will upload as an attachment)
I will hava alook.
(In reply to comment #3) > I will hava alook. > alright.. let me know if you need any other kind of info.
Created attachment 20611 [details] reduced testcase
Subject: Bug 44043 Author: rguenth Date: Sun May 9 14:13:25 2010 New Revision: 159200 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=159200 Log: 2010-05-09 Richard Guenther <rguenther@suse.de> PR middle-end/44043 * ipa-inline.c (estimate_function_body_sizes): Return after disregarding inline limits. * gcc.c-torture/compile/pr44043.c: New testcase. Added: trunk/gcc/testsuite/gcc.c-torture/compile/pr44043.c Modified: trunk/gcc/ChangeLog trunk/gcc/ipa-inline.c trunk/gcc/testsuite/ChangeLog
Fixed.
o.k... First Thank you vary much for helping me on this. and second: I added your patch: PR middle-end/44043 * ipa-inline.c (estimate_function_body_sizes): Return after disregarding inline limits. and am in the process of building gcc(should take about an hour or so), then I'll see if the kernel compiles.
Created attachment 20615 [details] dmesg of the latest HEAD and gcc 4.6.0 o.k. buddy!! compiled gcc(looked good), the compiled the kernel only issue I see is a warning about pao_tmp__ other than that nothing. looks good attached is dmesg with the latest kernel, and gcc 4.6.0 Thanks again..(I'll run her, and see if I run into any issues).