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
RISC-V: Refactor Dynamic LMUL codes
[official-gcc.git]
/
gcc
/
testsuite
/
gfortran.dg
/
pr86110.f90
blob
890670f5854d06ee296c66551962063d29bd7c7b
1
! { dg-do compile }
2
! PR fortran/86110
3
program
p
4
character
(:),
allocatable
::
x
,
y
5
x
=
'abc'
6
y
= [
x
(:)]
! { dg-error "Incompatible ranks 0 and 1" }
7
end