lto: Remove random_seed from section name.
[official-gcc.git] / gcc / testsuite / gfortran.dg / iso_c_binding_compiler_2.f90
blob279cfe60e230c1d7e710b92d8329cf8fe8a9f358
1 ! { dg-do compile }
2 ! { dg-options "-std=f2003" }
4 ! PR fortran/40569
6 ! Check compiler_version/compiler_options intrinsics
8 use iso_fortran_env, only: compiler_options ! { dg-error "is not in the selected standard" }
9 use iso_fortran_env, only: compiler_version ! { dg-error "is not in the selected standard" }
10 implicit none
11 end