[Bug c++/49406] Inlining in inheritance seems broken

2011-06-14 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49406 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug c++/49406] Inlining in inheritance seems broken

2011-06-14 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49406 --- Comment #9 from Jonathan Wakely 2011-06-14 18:37:28 UTC --- your program is invalid if a function is declared inline in one translation unit (such as Base.c++) then it must be declared inline in all translation units that refer to it

[Bug c++/49406] Inlining in inheritance seems broken

2011-06-14 Thread neotheone222 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49406 --- Comment #8 from neotheone222 at gmail dot com 2011-06-14 18:36:35 UTC --- Created attachment 24527 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=24527 InlineText preprocessed file

[Bug c++/49406] Inlining in inheritance seems broken

2011-06-14 Thread neotheone222 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49406 --- Comment #7 from neotheone222 at gmail dot com 2011-06-14 18:36:01 UTC --- Created attachment 24526 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=24526 InlineText main file

[Bug c++/49406] Inlining in inheritance seems broken

2011-06-14 Thread neotheone222 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49406 --- Comment #6 from neotheone222 at gmail dot com 2011-06-14 18:35:22 UTC --- Created attachment 24525 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=24525 Derived preprocessed file

[Bug c++/49406] Inlining in inheritance seems broken

2011-06-14 Thread neotheone222 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49406 --- Comment #5 from neotheone222 at gmail dot com 2011-06-14 18:35:04 UTC --- Created attachment 24524 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=24524 Derived implementation file

[Bug c++/49406] Inlining in inheritance seems broken

2011-06-14 Thread neotheone222 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49406 --- Comment #4 from neotheone222 at gmail dot com 2011-06-14 18:34:43 UTC --- Created attachment 24523 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=24523 Derived header file

[Bug c++/49406] Inlining in inheritance seems broken

2011-06-14 Thread neotheone222 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49406 --- Comment #3 from neotheone222 at gmail dot com 2011-06-14 18:34:18 UTC --- Created attachment 24522 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=24522 Base preprocessed file

[Bug c++/49406] Inlining in inheritance seems broken

2011-06-14 Thread neotheone222 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49406 --- Comment #2 from neotheone222 at gmail dot com 2011-06-14 18:33:52 UTC --- Created attachment 24521 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=24521 Base implementation file

[Bug c++/49406] Inlining in inheritance seems broken

2011-06-14 Thread neotheone222 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49406 --- Comment #1 from neotheone222 at gmail dot com 2011-06-14 18:33:25 UTC --- Created attachment 24520 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=24520 Base header file