PR c++/78749 - friend in anonymous namespace
commite77242b39ef6ace3ee1400dbbd33027271a3dafe
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 21 Dec 2016 18:28:54 +0000 (21 18:28 +0000)
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 21 Dec 2016 18:28:54 +0000 (21 18:28 +0000)
treebe8b71a56457f32bdda83c30bc2955346ff4a1cd
parentb488e08dca360275e6b6c78a837ff905bd993793
PR c++/78749 - friend in anonymous namespace

* decl.c (wrapup_globals_for_namespace): Don't complain about friend
pseudo-template instantiations.

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