https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116210
--- Comment #11 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Jonathan Wakely <r...@gcc.gnu.org>: https://gcc.gnu.org/g:4f97411c0d45dc3d04b5d16384fee111889a7c41 commit r15-4216-g4f97411c0d45dc3d04b5d16384fee111889a7c41 Author: Jonathan Wakely <jwak...@redhat.com> Date: Fri Oct 4 12:40:47 2024 +0100 libstdc++: Test 17_intro/names.cc with -D_FORTIFY_SOURCE=2 [PR116210] Add a new testcase that repeats 17_intro/names.cc but with _FORTIFY_SOURCE defined, to find problems in Glibc fortify wrappers like https://sourceware.org/bugzilla/show_bug.cgi?id=32052 (which is fixed now). libstdc++-v3/ChangeLog: PR libstdc++/116210 * testsuite/17_intro/names.cc (sz): Undef for versions of Glibc that use it in the fortify wrappers. * testsuite/17_intro/names_fortify.cc: New test.