PR c++/84221 - bogus -Wunused with attribute and template.
authorJason Merrill <jason@redhat.com>
Wed, 4 Apr 2018 19:10:32 +0000 (15:10 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Wed, 4 Apr 2018 19:10:32 +0000 (15:10 -0400)
commit3dba92a96d5d11dbf34f5d92cec63739657c5369
tree42f0b87c60b57eb3fc51541173e027b64922dfb7
parentf4d43ef08641f6ffd48532a165a043eead1e4b3a
PR c++/84221 - bogus -Wunused with attribute and template.

* decl2.c (is_late_template_attribute): Handle unused and used
normally on non-TYPE_DECL.

From-SVN: r259098
gcc/cp/ChangeLog
gcc/cp/decl2.c
gcc/testsuite/g++.dg/warn/Wunused-var-32.C [new file with mode: 0644]