https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83258
--- Comment #15 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Patrick Palka <ppa...@gcc.gnu.org>: https://gcc.gnu.org/g:10098788ff61467f5a499f01c5443fb53ff564dd commit r14-787-g10098788ff61467f5a499f01c5443fb53ff564dd 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.