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]
Other format: [Raw text]

Re: [PATCH] Fix PR debug/19345


On Fri, 28 Jan 2005 12:51:52 -0800, Mark Mitchell <mark@codesourcery.com> wrote:

> Daniel Berlin wrote:
>
>> Are all types supposed to have a TYPE_STUB_DECL, regardless of where they
>> were created?
>
> I'm not sure.  Every time I try to understand TYPE_STUB_DECL I get
> confused.  Only Jason Merrill seems to have a firm grasp on that.

I'm not sure I do, either.  I thought all class types should have
TYPE_STUB_DECL set, but I've never been clear on why it's necessary in
addition to putting the decl in TYPE_NAME.

Jason


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