public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/32492]  New: attribute always_inline  ->  sorry, unimplemented: recursive inlining
@ 2007-06-25 10:01 wouter dot vermaelen at scarlet dot be
  2007-06-26 10:32 ` [Bug c++/32492] [4.3 Regression] " rguenth at gcc dot gnu dot org
                   ` (17 more replies)
  0 siblings, 18 replies; 21+ messages in thread
From: wouter dot vermaelen at scarlet dot be @ 2007-06-25 10:01 UTC (permalink / raw)
  To: gcc-bugs

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 765 bytes --]

> cat bug.ii
__attribute__((always_inline)) void f1() {}
__attribute__((always_inline)) void f2(char) {}
void f3() { f1(); f2(0); }

> g++ bug.ii
bug.ii: In function ‘void f3()’:
bug.ii:2: sorry, unimplemented: inlining failed in call to ‘void f2(char)’:
recursive inlining
bug.ii:3: sorry, unimplemented: called from here


-- 
           Summary: attribute always_inline  ->  sorry, unimplemented:
                    recursive inlining
           Product: gcc
           Version: 4.3.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: wouter dot vermaelen at scarlet dot be


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


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

end of thread, other threads:[~2008-06-16  9:24 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-06-25 10:01 [Bug c++/32492] New: attribute always_inline -> sorry, unimplemented: recursive inlining wouter dot vermaelen at scarlet dot be
2007-06-26 10:32 ` [Bug c++/32492] [4.3 Regression] " rguenth at gcc dot gnu dot org
2007-06-26 15:16   ` Daniel Jacobowitz
2007-06-26 12:14 ` mark at codesourcery dot com
2007-06-26 14:31 ` pinskia at gcc dot gnu dot org
2007-06-26 14:39 ` [Bug c/32492] " pinskia at gcc dot gnu dot org
2007-06-26 14:51 ` pinskia at gcc dot gnu dot org
2007-06-26 14:53 ` [Bug middle-end/32492] " pinskia at gcc dot gnu dot org
2007-06-26 15:03 ` rguenther at suse dot de
2007-06-26 16:30 ` drow at gcc dot gnu dot org
2007-06-26 20:46 ` rguenth at gcc dot gnu dot org
2007-06-26 21:07 ` rguenth at gcc dot gnu dot org
2007-06-26 21:25 ` rguenth at gcc dot gnu dot org
2007-06-26 21:33 ` pinskia at gcc dot gnu dot org
2007-06-26 21:55 ` rguenther at suse dot de
2007-06-26 21:59   ` Andrew Pinski
2007-06-26 21:59 ` pinskia at gmail dot com
2007-06-27 14:01 ` rguenth at gcc dot gnu dot org
2007-06-27 15:05 ` rguenth at gcc dot gnu dot org
2008-06-11 10:07 ` josep dot m dot perez at bsc dot es
2008-06-16  9:24 ` josep dot m dot perez at bsc dot es

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).