* gfortran.dg/private_type_3.f90: Require visibility.
commit82eb609815570a7c626cfe0a5faacf057af89355
authordje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 13 Sep 2015 18:54:59 +0000 (13 18:54 +0000)
committerdje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 13 Sep 2015 18:54:59 +0000 (13 18:54 +0000)
tree5fd8620432fce327f01e2fc74742e3aec0397ccf
parent19e77c0c025d2a4ea5d74050bc70e28d8ead4118
    * 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@227730 138bc75d-0d04-0410-961f-82ee72b054a4
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