re PR testsuite/81056 (FAIL: 17_intro/names.cc (test for excess errors))
authorJohn David Anglin <danglin@gcc.gnu.org>
Sun, 20 Aug 2017 18:52:59 +0000 (18:52 +0000)
committerJohn David Anglin <danglin@gcc.gnu.org>
Sun, 20 Aug 2017 18:52:59 +0000 (18:52 +0000)
PR testsuite/81056
* testsuite/17_intro/names.cc: Undef 'd' and 'r' on __hpux__

From-SVN: r251208

libstdc++-v3/ChangeLog
libstdc++-v3/testsuite/17_intro/names.cc

index 1b17da2..ddba9e2 100644 (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
index c525861..1873deb 100644 (file)
 #undef y
 #endif
 
+#ifdef __hpux__
+#undef d
+#undef r
+#endif
+
 #include <bits/stdc++.h>