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
/
pr95503.f90
blob
4a202b405c4cb36bd05ebefbe98f08508f2dc413
1
! { dg-do compile }
2
! PR fortran/95503 - ICE in gfc_is_simply_contiguous
3
4
program
p
5
complex
,
target
::
a
6
real
,
pointer
,
contiguous
::
b
=>
a
%
re
! { dg-error "not an array pointer" }
7
end