diff mbox series

[committed] Fix failure of two tests requiring visibility support on 32-bit hppa*-*-hpux*

Message ID 9bcd3656-0cae-e8d5-3690-8cada17f867d@bell.net
State New
Headers show
Series [committed] Fix failure of two tests requiring visibility support on 32-bit hppa*-*-hpux* | expand

Commit Message

John David Anglin March 17, 2019, 7:19 p.m. UTC
Committed to trunk.

Dave
diff mbox series

Patch

Index: gfortran.dg/pointer_init_10.f90
===================================================================
--- gfortran.dg/pointer_init_10.f90	(revision 269717)
+++ gfortran.dg/pointer_init_10.f90	(working copy)
@@ -1,4 +1,5 @@ 
 ! { dg-do run }
+! { dg-require-visibility "" }
 !
 ! PR 84504: [F08] procedure pointer variables cannot be initialized with functions returning pointers
 !
Index: gfortran.dg/temporary_3.f90
===================================================================
--- gfortran.dg/temporary_3.f90	(revision 269717)
+++ gfortran.dg/temporary_3.f90	(working copy)
@@ -1,4 +1,5 @@ 
 ! { dg-do run }
+! { dg-require-visibility "" }
 !
 ! Tests the fix for PR68846 in which compiler generated temporaries were
 ! receiving the attributes of dummy arguments. This test is the original.