diff --git a/libstdc++-v3/testsuite/17_intro/names.cc b/libstdc++-v3/testsuite/17_intro/names.cc index b5e926fb09f..2a908ea9fc5 100644 --- 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__