https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84221
--- Comment #3 from Jason Merrill <jason at gcc dot gnu.org> --- Author: jason Date: Wed Apr 4 19:10:32 2018 New Revision: 259098 URL: https://gcc.gnu.org/viewcvs?rev=259098&root=gcc&view=rev Log: PR c++/84221 - bogus -Wunused with attribute and template. * decl2.c (is_late_template_attribute): Handle unused and used normally on non-TYPE_DECL. Added: trunk/gcc/testsuite/g++.dg/warn/Wunused-var-32.C Modified: trunk/gcc/cp/ChangeLog trunk/gcc/cp/decl2.c