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

Re: Problems with inline functions



George Anzinger <george@pioneer.net> writes:

> ... I think it would be nice to defer compiling
> inline functions until they are actually used in normal code.  This
> would make writing header files that have inline functions MUCH easier
> to manage.

This would violate the C standard.  The diagnostics you're seeing are
required.
-- 
- Geoffrey Keating <geoffk@cygnus.com>

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