re PR testsuite/81056 (FAIL: 17_intro/names.cc (test for excess errors))

PR testsuite/81056
	* testsuite/17_intro/names.cc: Undef 'd' and 'r' on __hpux__

From-SVN: r251208
This commit is contained in:
John David Anglin 2017-08-20 18:52:59 +00:00
parent 8e7b84e86a
commit ab7fc02ec1
2 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2017-08-20 John David Anglin <danglin@gcc.gnu.org>
PR testsuite/81056
* testsuite/17_intro/names.cc: Undef 'd' and 'r' on __hpux__
2017-08-18 Jonathan Wakely <jwakely@redhat.com>
* include/bits/hashtable_policy.h (_ReuseOrAllocNode): Remove

View File

@ -107,4 +107,9 @@
#undef y
#endif
#ifdef __hpux__
#undef d
#undef r
#endif
#include <bits/stdc++.h>