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

Alexander Monakov <amonakov at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |amonakov at gcc dot gnu.org

--- Comment #3 from Alexander Monakov <amonakov at gcc dot gnu.org> ---
The patch changed the argument to decl_default_tls_model from a decl to a type
node, which is probably wrong. This line:

set_decl_tls_model (ic_tuple_var, decl_default_tls_model (tuple_type));

should have used ic_tuple_var instead of the tuple_type?

Reply via email to