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: r251209
This commit is contained in:
John David Anglin 2017-08-20 19:00:59 +00:00
parent 1f55a00daf
commit 2f9e7a343f
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-14 Jonathan Wakely <jwakely@redhat.com>
Backport from mainline

View File

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