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: PATCH to pushtag for template crash


>>>>> Mark Mitchell <mark@markmitchell.com> writes:

> Jason, the patch disables debug-generation for *all* of these
> TYPE_DECLs, not just the template version.

This sounds very wrong; the debugging backends use those stub _decls to
control emitting debugging information for class types.  If you set
DECL_IGNORED_P on the stubs, none of the classes will have debugging
information emitted.

Jason


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