OSDN Git Service

2010-09-27 Tobias Burnus <burnus@net-b.de>
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gfortran.dg / iso_c_binding_compiler_2.f90
1 ! { dg-do compile }
2 ! { dg-options "-std=f2003" }
3 !
4 ! PR fortran/40569
5 !
6 ! Check compiler_version/compiler_options intrinsics
7 !
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