mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-22 11:41:07 +08:00
* testsuite/17_intro/names.cc: Undefine 'y' on SPARC/Linux.
From-SVN: r256754
This commit is contained in:
parent
b50e164942
commit
229433c94f
@ -1,3 +1,7 @@
|
||||
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>
|
||||
|
||||
PR libstdc++/83834
|
||||
|
@ -112,4 +112,8 @@
|
||||
#undef r
|
||||
#endif
|
||||
|
||||
#if defined (__linux__) && defined (__sparc__)
|
||||
#undef y
|
||||
#endif
|
||||
|
||||
#include <bits/stdc++.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user