repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
2017-12-08 Richard Biener <rguenther@suse.de>
[official-gcc.git]
/
gcc
/
testsuite
/
gfortran.dg
/
selected_real_kind_3.f90
blob
d24d877acfe1cc7c90d5d2678a7fe503e6068367
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