The attached change fixes the failure of g++.dg/ipa/pr61800.C on
hppa2.0w-hp-hpux11.11.
Tested on hppa2.0w-hp-hpux11.11 and hppa64-hp-hpux11.11. Committed to
trunk.
Dave
--
John David Anglin dave.ang...@bell.net
2014-09-06 John David Anglin <dang...@gcc.gnu.org>
* g++.dg/ipa/pr61800.C: Require visibility.
Index: g++.dg/ipa/pr61800.C
===================================================================
--- g++.dg/ipa/pr61800.C (revision 214934)
+++ g++.dg/ipa/pr61800.C (working copy)
@@ -1,5 +1,6 @@
/* PR ipa/61800 */
/* { dg-do compile } */
+/* { dg-require-visibility "" } */
/* { dg-options "-O2" } */
#pragma GCC visibility push(hidden)