This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [LTO merge][4/15][RFA] C++ front end
On Wed, Sep 30, 2009 at 11:05, Mark Mitchell <mark@codesourcery.com> wrote:
> I'd suggest not walking into function templates or class templates
> during this process. ÂThat should avoid seeing anything that's not a
> fully specialized template. ÂJason, does that make sense?
We need to remove language information from things hanging off of
TEMPLATE_DECLs as well. Or should those be tossed out entirely in
free_lang_data?
Diego.