https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83258
--- Comment #17 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The releases/gcc-13 branch has been updated by Patrick Palka <ppa...@gcc.gnu.org>: https://gcc.gnu.org/g:20b1e1d8a79356e03f50f53e2fa02b376d56d7d7 commit r13-7327-g20b1e1d8a79356e03f50f53e2fa02b376d56d7d7 Author: Patrick Palka <ppa...@redhat.com> Date: Fri May 12 08:37:54 2023 -0400 c++: remove redundant testcase [PR83258] I noticed only after the fact that the new testcase template/function2.C (from r14-708-gc3afdb8ba8f183) is just a subset of ext/visibility/anon8.C, so let's get rid of it. PR c++/83258 gcc/testsuite/ChangeLog: * g++.dg/ext/visibility/anon8.C: Mention PR83258. * g++.dg/template/function2.C: Removed. (cherry picked from commit 10098788ff61467f5a499f01c5443fb53ff564dd)