Backport from mainline
2017-08-20 John David Anglin <danglin@gcc.gnu.org>
PR testsuite/81056
* testsuite/17_intro/names.cc: Undef 'd' and 'r' on __hpux__.
From-SVN: r254655
+2017-11-11 John David Anglin <danglin@gcc.gnu.org>
+
+ Backport from mainline
+ 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-10-25 Jonathan Wakely <jwakely@redhat.com>
* doc/xml/manual/status_cxx1998.xml: Correct statement about
#undef y
#endif
+#ifdef __hpux__
+#undef d
+#undef r
+#endif
+
#include <bits/stdc++.h>