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:
parent
8e7b84e86a
commit
ab7fc02ec1
|
@ -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
|
||||
|
|
|
@ -107,4 +107,9 @@
|
|||
#undef y
|
||||
#endif
|
||||
|
||||
#ifdef __hpux__
|
||||
#undef d
|
||||
#undef r
|
||||
#endif
|
||||
|
||||
#include <bits/stdc++.h>
|
||||
|
|
Loading…
Reference in New Issue