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

From-SVN: r256755
This commit is contained in:
Eric Botcazou 2018-01-16 20:40:30 +00:00 committed by Eric Botcazou
parent 3a76f570dc
commit d60de20fe0
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2018-01-16 Eric Botcazou <ebotcazou@adacore.com>
* testsuite/17_intro/names.cc: Undefine 'y' on SPARC/Linux.
2018-01-13 Jonathan Wakely <jwakely@redhat.com>
* python/libstdcxx/v6/printers.py (register_type_printers): Remove

View File

@ -112,4 +112,8 @@
#undef r
#endif
#if defined (__linux__) && defined (__sparc__)
#undef y
#endif
#include <bits/stdc++.h>