[Bug c++/66653] [6 Regression] ice in gen_type_die_with_usage, at dwarf2out.c:20876

trippels at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Wed Jun 24 19:37:00 GMT 2015


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66653

Markus Trippelsdorf <trippels at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |trippels at gcc dot gnu.org
            Summary|ice in                      |[6 Regression] ice in
                   |gen_type_die_with_usage, at |gen_type_die_with_usage, at
                   |dwarf2out.c:20876           |dwarf2out.c:20876

--- Comment #1 from Markus Trippelsdorf <trippels at gcc dot gnu.org> ---
template <typename T> class A
{
  static __thread T a;
};



More information about the Gcc-bugs mailing list