This is the mail archive of the gcc-patches@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: [C++ PATCH] Fix bug 934


>>>>> "Nathan" == Nathan Sidwell <nathan@codesourcery.com> writes:

> Note this does NOT fix the longstanding bug about inline functions seeing
> different statics in different translation units.

This should currently work because we suppress inlining of functions with
statics.  This is a poor solution, of course.

Jason

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