private_type_3.f90: Require visibility.
commitc9baa85f1db0fe234dffe06216472a3469ec33ee
authorDavid Edelsohn <dje.gcc@gmail.com>
Sun, 13 Sep 2015 18:54:59 +0000 (13 18:54 +0000)
committerDavid Edelsohn <dje@gcc.gnu.org>
Sun, 13 Sep 2015 18:54:59 +0000 (13 14:54 -0400)
tree5fd8620432fce327f01e2fc74742e3aec0397ccf
parent6fb8eec43121e0effa59461453f30868a1b000c7
private_type_3.f90: Require visibility.

        * gfortran.dg/private_type_3.f90: Require visibility.
        * gfortran.dg/module_variable_2.f90: Same.
        * gfortran.dg/nested_forall_1.f: Same.
        * gfortran.dg/elemental_dependency_4.f90: Same.
        * gfortran.dg/bind_c_usage_25.f90: Same.
        * gfortran.dg/access_spec_1.f90: Same.
        * gfortran.dg/public_private_module_2.f90: Same.
        * gfortran.dg/host_assoc_variable_1.f90: Same.
        * gfortran.dg/public_private_module_6.f90: Same.
        * gfortran.dg/module_variable_1.f90: Same.
        * gfortran.dg/pr37286.f90: Same.
        * gfortran.dg/internal_pack_7.f90: Same.
        * gfortran.dg/submodule_10.f08: Same.
        * gfortran.dg/allocatable_function_8.f90: Same.
        * gfortran.dg/merge_init_expr_2.f90: Same.
        * gfortran.dg/class_37.f03: Same.
        * gfortran.dg/vect/fast-math-vect-8.f90: Same.
        * gfortran.dg/typebound_call_20.f03: Same.
        * gfortran.dg/proc_ptr_result_3.f90: Same.
        * gfortran.dg/pr32535.f90: Same.
        * gfortran.dg/typebound_proc_19.f90: Same.
        * gfortran.dg/initialization_10.f90: Same.
        * gfortran.dg/bind_c_usage_8.f03: Same.
        * gfortran.dg/pr61335.f90: Same.
        * gfortran.dg/elemental_dependency_5.f90: Same.
        * gfortran.dg/proc_ptr_3.f90: Same.
        * gfortran.dg/debug/pr46756.f: XFAIL on AIX.

From-SVN: r227730
28 files changed:
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/access_spec_1.f90
gcc/testsuite/gfortran.dg/allocatable_function_8.f90
gcc/testsuite/gfortran.dg/bind_c_usage_25.f90
gcc/testsuite/gfortran.dg/bind_c_usage_8.f03
gcc/testsuite/gfortran.dg/class_37.f03
gcc/testsuite/gfortran.dg/debug/pr46756.f
gcc/testsuite/gfortran.dg/elemental_dependency_4.f90
gcc/testsuite/gfortran.dg/elemental_dependency_5.f90
gcc/testsuite/gfortran.dg/host_assoc_variable_1.f90
gcc/testsuite/gfortran.dg/initialization_10.f90
gcc/testsuite/gfortran.dg/internal_pack_7.f90
gcc/testsuite/gfortran.dg/merge_init_expr_2.f90
gcc/testsuite/gfortran.dg/module_variable_1.f90
gcc/testsuite/gfortran.dg/module_variable_2.f90
gcc/testsuite/gfortran.dg/nested_forall_1.f
gcc/testsuite/gfortran.dg/pr32535.f90
gcc/testsuite/gfortran.dg/pr37286.f90
gcc/testsuite/gfortran.dg/pr61335.f90
gcc/testsuite/gfortran.dg/private_type_3.f90
gcc/testsuite/gfortran.dg/proc_ptr_3.f90
gcc/testsuite/gfortran.dg/proc_ptr_result_3.f90
gcc/testsuite/gfortran.dg/public_private_module_2.f90
gcc/testsuite/gfortran.dg/public_private_module_6.f90
gcc/testsuite/gfortran.dg/submodule_10.f08
gcc/testsuite/gfortran.dg/typebound_call_20.f03
gcc/testsuite/gfortran.dg/typebound_proc_19.f90
gcc/testsuite/gfortran.dg/vect/fast-math-vect-8.f90