https://gcc.gnu.org/bugzilla/show_bug.cgi?id=122646
--- Comment #3 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Nathaniel Shead <[email protected]>: https://gcc.gnu.org/g:9ab4d759125b0c7f040c6709d26175d89823ee02 commit r16-5260-g9ab4d759125b0c7f040c6709d26175d89823ee02 Author: Nathaniel Shead <[email protected]> Date: Fri Nov 14 09:11:25 2025 +1100 c++/modules: Add testcase for lookup of hidden friend [PR122646] r16-5173-g52a24bcec9388a fixed this testcase, but I think it's worthwhile still adding this reduced test for it to the modules.exp set of tests so we don't need to rely on libstdc++ tests for it yet. PR c++/122646 gcc/testsuite/ChangeLog: * g++.dg/modules/friend-10_a.C: New test. * g++.dg/modules/friend-10_b.C: New test. Signed-off-by: Nathaniel Shead <[email protected]>
