public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug rtl-optimization/44043]  New: sorry, unimplemented: inlining failed in call to 'dst_output': optimizing for size and code size would grow
@ 2010-05-08 15:32 justinmattock at gmail dot com
  2010-05-08 15:58 ` [Bug rtl-optimization/44043] " hjl dot tools at gmail dot com
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: justinmattock at gmail dot com @ 2010-05-08 15:32 UTC (permalink / raw)
  To: gcc-bugs

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.


-- 
           Summary: sorry, unimplemented: inlining failed in call to
                    'dst_output': optimizing for size and code size would
                    grow
           Product: gcc
           Version: 4.6.0
            Status: UNCONFIRMED
          Severity: major
          Priority: P3
         Component: rtl-optimization
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: justinmattock at gmail dot com


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


^ permalink raw reply	[flat|nested] 10+ messages in thread

* [Bug rtl-optimization/44043] sorry, unimplemented: inlining failed in call to 'dst_output': optimizing for size and code size would grow
  2010-05-08 15:32 [Bug rtl-optimization/44043] New: sorry, unimplemented: inlining failed in call to 'dst_output': optimizing for size and code size would grow justinmattock at gmail dot com
@ 2010-05-08 15:58 ` hjl dot tools at gmail dot com
  2010-05-08 16:26 ` justinmattock at gmail dot com
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: hjl dot tools at gmail dot com @ 2010-05-08 15:58 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from hjl dot tools at gmail dot com  2010-05-08 15:57 -------
Please provide a preprocessed testcase.


-- 

hjl dot tools at gmail dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING


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


^ permalink raw reply	[flat|nested] 10+ messages in thread

* [Bug rtl-optimization/44043] sorry, unimplemented: inlining failed in call to 'dst_output': optimizing for size and code size would grow
  2010-05-08 15:32 [Bug rtl-optimization/44043] New: sorry, unimplemented: inlining failed in call to 'dst_output': optimizing for size and code size would grow justinmattock at gmail dot com
  2010-05-08 15:58 ` [Bug rtl-optimization/44043] " hjl dot tools at gmail dot com
@ 2010-05-08 16:26 ` justinmattock at gmail dot com
  2010-05-08 16:38 ` rguenth at gcc dot gnu dot org
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: justinmattock at gmail dot com @ 2010-05-08 16:26 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from justinmattock at gmail dot com  2010-05-08 16:26 -------
Created an attachment (id=20606)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=20606&action=view)
 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)


-- 


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


^ permalink raw reply	[flat|nested] 10+ messages in thread

* [Bug rtl-optimization/44043] sorry, unimplemented: inlining failed in call to 'dst_output': optimizing for size and code size would grow
  2010-05-08 15:32 [Bug rtl-optimization/44043] New: sorry, unimplemented: inlining failed in call to 'dst_output': optimizing for size and code size would grow justinmattock at gmail dot com
  2010-05-08 15:58 ` [Bug rtl-optimization/44043] " hjl dot tools at gmail dot com
  2010-05-08 16:26 ` justinmattock at gmail dot com
@ 2010-05-08 16:38 ` rguenth at gcc dot gnu dot org
  2010-05-08 17:46 ` justinmattock at gmail dot com
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2010-05-08 16:38 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from rguenth at gcc dot gnu dot org  2010-05-08 16:38 -------
I will hava alook.


-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |rguenth at gcc dot gnu dot
                   |dot org                     |org
             Status|WAITING                     |ASSIGNED
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2010-05-08 16:38:09
               date|                            |


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


^ permalink raw reply	[flat|nested] 10+ messages in thread

* [Bug rtl-optimization/44043] sorry, unimplemented: inlining failed in call to 'dst_output': optimizing for size and code size would grow
  2010-05-08 15:32 [Bug rtl-optimization/44043] New: sorry, unimplemented: inlining failed in call to 'dst_output': optimizing for size and code size would grow justinmattock at gmail dot com
                   ` (2 preceding siblings ...)
  2010-05-08 16:38 ` rguenth at gcc dot gnu dot org
@ 2010-05-08 17:46 ` justinmattock at gmail dot com
  2010-05-09 11:29 ` rguenth at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: justinmattock at gmail dot com @ 2010-05-08 17:46 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from justinmattock at gmail dot com  2010-05-08 17:46 -------
(In reply to comment #3)
> I will hava alook.
> 

alright.. let me know if you need any other kind of info.


-- 


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


^ permalink raw reply	[flat|nested] 10+ messages in thread

* [Bug rtl-optimization/44043] sorry, unimplemented: inlining failed in call to 'dst_output': optimizing for size and code size would grow
  2010-05-08 15:32 [Bug rtl-optimization/44043] New: sorry, unimplemented: inlining failed in call to 'dst_output': optimizing for size and code size would grow justinmattock at gmail dot com
                   ` (3 preceding siblings ...)
  2010-05-08 17:46 ` justinmattock at gmail dot com
@ 2010-05-09 11:29 ` rguenth at gcc dot gnu dot org
  2010-05-09 14:13 ` rguenth at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2010-05-09 11:29 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from rguenth at gcc dot gnu dot org  2010-05-09 11:29 -------
Created an attachment (id=20611)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=20611&action=view)
reduced testcase


-- 


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


^ permalink raw reply	[flat|nested] 10+ messages in thread

* [Bug rtl-optimization/44043] sorry, unimplemented: inlining failed in call to 'dst_output': optimizing for size and code size would grow
  2010-05-08 15:32 [Bug rtl-optimization/44043] New: sorry, unimplemented: inlining failed in call to 'dst_output': optimizing for size and code size would grow justinmattock at gmail dot com
                   ` (4 preceding siblings ...)
  2010-05-09 11:29 ` rguenth at gcc dot gnu dot org
@ 2010-05-09 14:13 ` rguenth at gcc dot gnu dot org
  2010-05-09 14:14 ` rguenth at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2010-05-09 14:13 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #6 from rguenth at gcc dot gnu dot org  2010-05-09 14:13 -------
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


-- 


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


^ permalink raw reply	[flat|nested] 10+ messages in thread

* [Bug rtl-optimization/44043] sorry, unimplemented: inlining failed in call to 'dst_output': optimizing for size and code size would grow
  2010-05-08 15:32 [Bug rtl-optimization/44043] New: sorry, unimplemented: inlining failed in call to 'dst_output': optimizing for size and code size would grow justinmattock at gmail dot com
                   ` (5 preceding siblings ...)
  2010-05-09 14:13 ` rguenth at gcc dot gnu dot org
@ 2010-05-09 14:14 ` rguenth at gcc dot gnu dot org
  2010-05-09 16:25 ` justinmattock at gmail dot com
  2010-05-09 18:42 ` justinmattock at gmail dot com
  8 siblings, 0 replies; 10+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2010-05-09 14:14 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #7 from rguenth at gcc dot gnu dot org  2010-05-09 14:14 -------
Fixed.


-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |4.6.0


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


^ permalink raw reply	[flat|nested] 10+ messages in thread

* [Bug rtl-optimization/44043] sorry, unimplemented: inlining failed in call to 'dst_output': optimizing for size and code size would grow
  2010-05-08 15:32 [Bug rtl-optimization/44043] New: sorry, unimplemented: inlining failed in call to 'dst_output': optimizing for size and code size would grow justinmattock at gmail dot com
                   ` (6 preceding siblings ...)
  2010-05-09 14:14 ` rguenth at gcc dot gnu dot org
@ 2010-05-09 16:25 ` justinmattock at gmail dot com
  2010-05-09 18:42 ` justinmattock at gmail dot com
  8 siblings, 0 replies; 10+ messages in thread
From: justinmattock at gmail dot com @ 2010-05-09 16:25 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #8 from justinmattock at gmail dot com  2010-05-09 16:25 -------
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.


-- 


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


^ permalink raw reply	[flat|nested] 10+ messages in thread

* [Bug rtl-optimization/44043] sorry, unimplemented: inlining failed in call to 'dst_output': optimizing for size and code size would grow
  2010-05-08 15:32 [Bug rtl-optimization/44043] New: sorry, unimplemented: inlining failed in call to 'dst_output': optimizing for size and code size would grow justinmattock at gmail dot com
                   ` (7 preceding siblings ...)
  2010-05-09 16:25 ` justinmattock at gmail dot com
@ 2010-05-09 18:42 ` justinmattock at gmail dot com
  8 siblings, 0 replies; 10+ messages in thread
From: justinmattock at gmail dot com @ 2010-05-09 18:42 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #9 from justinmattock at gmail dot com  2010-05-09 18:42 -------
Created an attachment (id=20615)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=20615&action=view)
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).


-- 


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


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2010-05-09 18:42 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-05-08 15:32 [Bug rtl-optimization/44043] New: sorry, unimplemented: inlining failed in call to 'dst_output': optimizing for size and code size would grow justinmattock at gmail dot com
2010-05-08 15:58 ` [Bug rtl-optimization/44043] " hjl dot tools at gmail dot com
2010-05-08 16:26 ` justinmattock at gmail dot com
2010-05-08 16:38 ` rguenth at gcc dot gnu dot org
2010-05-08 17:46 ` justinmattock at gmail dot com
2010-05-09 11:29 ` rguenth at gcc dot gnu dot org
2010-05-09 14:13 ` rguenth at gcc dot gnu dot org
2010-05-09 14:14 ` rguenth at gcc dot gnu dot org
2010-05-09 16:25 ` justinmattock at gmail dot com
2010-05-09 18:42 ` justinmattock at gmail dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).