This is the mail archive of the gcc-prs@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]

Re: c++/10680: Inlining in inheritance seems broken.


Synopsis: Inlining in inheritance seems broken.

State-Changed-From-To: open->closed
State-Changed-By: nathan
State-Changed-When: Thu May  8 13:51:37 2003
State-Changed-Why:
    not a bug. [7.1.2]/4 says 'an inline funcxtion shall be defined in every translation unit in which it is used ...'
    You have used it in translation unit b.cpp, but it is not defined nor declared inline within that TU.

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=10680


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