PR c++/82219 - bogus -Wignored-qualifiers with template
commit207beb370887cefda460049d7529cf0ec48e64ce
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 30 Nov 2017 17:43:08 +0000 (30 17:43 +0000)
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 30 Nov 2017 17:43:08 +0000 (30 17:43 +0000)
tree4efa3943c6312f7a05b8777094430ec07cb641f6
parent6e518a388531be7a8e407593b71505cb4bbc932f
PR c++/82219 - bogus -Wignored-qualifiers with template

* pt.c (tsubst_copy_and_build) [STATIC_CAST_EXPR]: Suppress
-Wignored-qualifiers.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@255279 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/cp/ChangeLog
gcc/cp/pt.c
gcc/testsuite/g++.dg/warn/Wignored-qualifiers1.C [new file with mode: 0644]