Searched refs:use (Results 1 - 25 of 1340) sorted by relevance

1234567891011>>

/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Diso_c_binding_compiler_3.f9010 use iso_c_binding
11 use iso_Fortran_env
20 use iso_fortran_env
24 use test_mod
H A Dpr37287-2.F906 use pr37287_1
H A Duse_29.f9010 use precision ! { dg-error "Unexpected USE statement in CONTAINS section" }
12 use precision ! { dg-error "Unexpected USE statement in CONTAINS section" }
H A Dbinding_label_tests_26b.f909 use fg ! { dg-error "uses the same global identifier" }
H A Duse_3.f905 use foo
6 use :: foo
7 use, intrinsic iso_fortran_env ! { dg-error "\"::\" was expected after module nature" }
8 use, non_intrinsic iso_fortran_env ! { dg-error "\"::\" was expected after module nature" }
9 use, nonintrinsic :: iso_fortran_env ! { dg-error "shall be either INTRINSIC or NON_INTRINSIC" }
10 use, intrinsic :: iso_fortran_env
H A Dconstructor_8.f9016 use a
20 use a
21 use b
H A Dfunction_kinds_3.f9012 use m
17 use m
22 use m
27 use m
H A Diso_fortran_env_4.f906 use, intrinsic :: iso_fortran_env
7 use, non_intrinsic :: iso_fortran_env ! { dg-error "conflicts with intrinsic module" }
11 use, non_intrinsic :: iso_fortran_env
12 use, intrinsic :: iso_fortran_env ! { dg-error "conflicts with non-intrinsic module" }
H A Duse_allocated_1.f903 ! We were incorrectly setting use-associated variables to unallocated
10 use foo
16 use foo
H A Diso_fortran_env_2.f907 use , intrinsic :: iso_fortran_env
12 use, intrinsic :: iso_fortran_env
17 use,intrinsic :: iso_fortran_env
22 use,intrinsic::iso_fortran_env
27 use ,intrinsic :: iso_fortran_env
32 use :: iso_fortran_env
37 use:: iso_fortran_env
42 use::iso_fortran_env
47 use ::iso_fortran_env
52 use , non_intrinsi
[all...]
H A Dambiguous_reference_1.f9020 use M2, x => y
24 use M1
25 use M3
29 use M4 ! 'x' is ambiguous here but is not referred to
33 use M5 ! ditto
37 use M1
38 use M3
H A Dbind_c_module.f9010 use iso_c_binding
11 use a
18 use a
H A Dis_iostat_end_eor_1.f905 use iso_fortran_env
H A Doperator_6.f9010 use foo, only : operator(.none.) ! { dg-error "not found in module" }
H A Dparens_7.f9012 use m
H A Dtype_decl_1.f9026 use m
H A Duse_28.f9015 use m ! { dg-error "is also the name of the current program unit" }
/haiku-buildtools/gcc/gcc/testsuite/gfortran.fortran-torture/compile/
H A Dmodule_expr.f907 use module_expr_1
16 use module_expr_1
17 use module_expr_2
H A Dcontained_1.f9013 use mymod
/haiku-buildtools/gcc/libgomp/testsuite/libgomp.fortran/
H A Dopenmp_version-2.f904 use omp_lib
H A Dcancel-parallel-1.f904 use omp_lib
H A Dcancel-sections-1.f904 use omp_lib
H A Dcancel-do-1.f904 use omp_lib
H A Dcancel-taskgroup-2.f904 use omp_lib
/haiku-buildtools/gcc/libgomp/testsuite/libgomp.oacc-fortran/
H A Dopenacc_version-2.f904 use openacc

Completed in 131 milliseconds

1234567891011>>