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
coarray_41.f90: Add "-latomic" option if libatomic_available.
[official-gcc.git]
/
gcc
/
testsuite
/
gfortran.dg
/
pr77506.f90
blob
70d874e260b284bfb562e078af3c2a66aa6f07cf
1
! { dg-do compile }
2
program
foo
3
print
*, [
character
(
len
=*)::
'ab'
,
'cd'
]
! { dg-error "contain an asterisk" }
4
end program
foo