http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58305

Paolo Carlini <paolo.carlini at oracle dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |NEW
           Assignee|paolo.carlini at oracle dot com    |unassigned at gcc dot 
gnu.org

--- Comment #4 from Paolo Carlini <paolo.carlini at oracle dot com> ---
Unfortunately not trivial to do, because, per the general rules about
deprecated types, given:

  typedef ToBeDeprecated NotToBeDeprecated;

we do *not* warn to warn for either:

  NotToBeDeprecated();
  NotToBeDeprecated y;

Anyway, not a regression, icc behaves like gcc, etc: the issue has to wait a
bit.

Reply via email to