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++) move check_for_override to grokclassfn


>>>>> "Jason" == Jason Merrill <jason@cygnus.com> writes:

    Jason> I think adding another call to tsubst_decl should do the
    Jason> trick.

Maybe.  Things often happen in strange orders during template
instantiation; we need to make sure that all the bases are set up
right.  But, this sounds plausible.

--
Mark Mitchell                   mark@codesourcery.com
CodeSourcery, LLC               http://www.codesourcery.com


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