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

Hannes Domani <ssbssa at yahoo dot de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ssbssa at yahoo dot de

--- Comment #1 from Hannes Domani <ssbssa at yahoo dot de> ---
The DW_AT_const_value is also emitted if the variable is used, like:

int main()
{
  foo<int> p;
  return !p.is_always_lock_free;
}

Reply via email to