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;
};

Reply via email to