Commit ab7fc02e by John David Anglin

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
parent 8e7b84e8
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>
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