OSDN Git Service

2010-09-05 Tobias Burnus <burnus@net-b.de>
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gfortran.dg / selected_real_kind_3.f90
1 ! { dg-do compile }
2 ! { dg-options "-std=f2003" }
3 !
4 print *, selected_real_kind(p=precision(0.0),radix=2) ! { dg-error "Fortran 2008" }
5 print *, selected_real_kind() ! { dg-error "neither 'P' nor 'R' argument" }
6 end