Committed to trunk. Dave -- John David Anglin dave.ang...@bell.net
2013-03-17 John David Anglin <dang...@gcc.gnu.org> * gfortran.dg/pointer_init_10.f90: Require visibility support. * gfortran.dg/temporary_3.f90: Likewise. 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.