diff --git a/libstdc++-v3/testsuite/17_intro/names.cc b/libstdc++-v3/testsuite/17_intro/names.cc index e94da9defb29..befb5aad2575 100644 --- a/libstdc++-v3/testsuite/17_intro/names.cc +++ b/libstdc++-v3/testsuite/17_intro/names.cc @@ -286,6 +286,8 @@ // defines fpreg_t::d and fpreg_t::f #undef d #undef f +// defines __vector128::u +#undef u #endif #if defined (__linux__) && defined (__sparc__)