# HG changeset patch # Parent 46e494d20576c10260ec41a54607f36eb946dc2e libstdc++: Fix 17_intro/names.cc on Solaris diff --git a/libstdc++-v3/testsuite/17_intro/names.cc b/libstdc++-v3/testsuite/17_intro/names.cc --- a/libstdc++-v3/testsuite/17_intro/names.cc +++ b/libstdc++-v3/testsuite/17_intro/names.cc @@ -251,6 +251,10 @@ #undef p // See https://gcc.gnu.org/ml/libstdc++/2019-05/msg00175.html #undef ptr +// uses this as parameter +#undef r +// uses this as member of drand48_data +#undef x #endif #ifdef __VXWORKS__