PR c++/60063 - -Wunused-local-typedefs and templates.
commitbbff63af019632111032b9c6169e59fcaef47c81
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 18 Jun 2017 04:55:02 +0000 (18 04:55 +0000)
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 18 Jun 2017 04:55:02 +0000 (18 04:55 +0000)
tree7bb4cc9ae9eda8094137afe950a76789fe715c2b
parentfcf98edc2a993e33981f6924c8f573a8fb35a5dc
PR c++/60063 - -Wunused-local-typedefs and templates.

* decl2.c (is_late_template_attribute): Return false for "used".

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@249347 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/cp/ChangeLog
gcc/cp/decl2.c
gcc/testsuite/g++.dg/warn/Wunused-local-typedefs-4.C [new file with mode: 0644]