On Wed, Sep 30, 2009 at 9:58 PM, Andrew Pinski <pins...@gmail.com> wrote:
> One failure without LTO which looks like it was introduced in just
> recently (between revision 152285 and 152343):
> FAIL: g++.dg/eh/crossjump1.C (test for excess errors)
>
> I almost want to say
> 2009-09-30  Diego Novillo  <dnovi...@google.com>
> 2009-09-30  Diego Novillo  <dnovi...@google.com>
> +
> +       * cp/tree.c (cp_free_lang_data): Assert that DECL is a
> +       FUNCTION_DECL or a VAR_DECL.
> +       Call uses_template_params and check for
> +       DECL_TEMPLATE_INSTANTIATION or
> +       DECL_TEMPLATE_SPECIALIZATION
>
> introduced it.  As I tested spu-elf before that patch without lto
> enabled and that testcase worked.

Oh and _S_empty_rep_storage looks like symbol is not being mangled
either as I think it is really std::string::_S_empty_rep_storage.

Thanks,
Andrew Pinski

Reply via email to