This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [C++ PATCH] Fix bug 934
- To: Nathan Sidwell <nathan at codesourcery dot com>
- Subject: Re: [C++ PATCH] Fix bug 934
- From: Jason Merrill <jason at redhat dot com>
- Date: 14 Jan 2001 19:50:19 +0000
- Cc: gcc-patches at gcc dot gnu dot org
- References: <3A5DB74C.773E4ECA@codesourcery.com>
>>>>> "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