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
/
minmax_char_2.f90
blob
b5f74eac93bc1e6360c04673c023521ce2f0c967
1
! { dg-do compile }
2
! { dg-options "-std=f95" }
3
print
*,
min
(
"foo"
,
"bar"
)
! { dg-error "Fortran 2003.* CHARACTER argument" }
4
end