pointer_init_10.f90: Require visibility support.
authorJohn David Anglin <danglin@gcc.gnu.org>
Sun, 17 Mar 2019 19:16:53 +0000 (19:16 +0000)
committerJohn David Anglin <danglin@gcc.gnu.org>
Sun, 17 Mar 2019 19:16:53 +0000 (19:16 +0000)
* gfortran.dg/pointer_init_10.f90: Require visibility support.
* gfortran.dg/temporary_3.f90: Likewise.

From-SVN: r269744

gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/pointer_init_10.f90
gcc/testsuite/gfortran.dg/temporary_3.f90

index 0c4ff4ac581afb32e5ffeebf3e241e3e4044e1a0..1c292cb7ded4464af7fa71f37bd08e314e4d7616 100644 (file)
@@ -1,4 +1,7 @@
-2019-03-17  John David Anglin  <danglin@gcc.gnu.org>
+2013-03-17  John David Anglin  <danglin@gcc.gnu.org>
+
+       * gfortran.dg/pointer_init_10.f90: Require visibility support.
+       * gfortran.dg/temporary_3.f90: Likewise.
 
        * gcc.dg/pr88074.c: Require c99_runtime.
        * gcc.dg/warn-abs-1.c: Likewise.
index 81e7d73755f2d2612bccfd2b238ea6a1a3d9ff85..9e06b8ac218c3497d29380e89f0b0479c3f45462 100644 (file)
@@ -1,4 +1,5 @@
 ! { dg-do run }
+! { dg-require-visibility "" }
 !
 ! PR 84504: [F08] procedure pointer variables cannot be initialized with functions returning pointers
 !
index 84b300a38d9b0e893c7df3e69e7628681d852b77..7527675024850e4b922ef9207497e1bdac2251a0 100644 (file)
@@ -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.