From: Alexandre Oliva Date: Wed, 22 Feb 2023 17:35:13 +0000 (-0300) Subject: [libstdc++] [testsuite] intro/names.cc: undef func on vxw7krn X-Git-Tag: basepoints/gcc-14~927 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=937692f20d44e41b340b54cb0e0006f5cabd070c;p=thirdparty%2Fgcc.git [libstdc++] [testsuite] intro/names.cc: undef func on vxw7krn The '#define func' added in 2021, to test that system headers don't violate the user namespace, exposes such a bug in the vxworks sysLib.h header, so add yet another such annotated workaround. for libstdc++-v3/ChangeLog * testsuite/17_intro/names.cc: Undef func on vxworks >= 7 in kernel mode. --- diff --git a/libstdc++-v3/testsuite/17_intro/names.cc b/libstdc++-v3/testsuite/17_intro/names.cc index afa749128f51..9932dea14d57 100644 --- a/libstdc++-v3/testsuite/17_intro/names.cc +++ b/libstdc++-v3/testsuite/17_intro/names.cc @@ -346,6 +346,8 @@ #undef d #undef e #undef f +// in sysLib.h, func appears as a formal parameter name +#undef func #endif // __RTP__ #endif // VxWorks Major >= 7