Commit 229433c9 by Eric Botcazou Committed by Eric Botcazou

* testsuite/17_intro/names.cc: Undefine 'y' on SPARC/Linux.

From-SVN: r256754
parent b50e1649
2018-01-16 Eric Botcazou <ebotcazou@adacore.com>
* testsuite/17_intro/names.cc: Undefine 'y' on SPARC/Linux.
2018-01-16 Jonathan Wakely <jwakely@redhat.com> 2018-01-16 Jonathan Wakely <jwakely@redhat.com>
PR libstdc++/83834 PR libstdc++/83834
......
...@@ -112,4 +112,8 @@ ...@@ -112,4 +112,8 @@
#undef r #undef r
#endif #endif
#if defined (__linux__) && defined (__sparc__)
#undef y
#endif
#include <bits/stdc++.h> #include <bits/stdc++.h>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment