repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[NFC][RISCV] Remove CFIIndex argument from allocateStack (#117871)
[llvm-project.git]
/
flang
/
test
/
Semantics
/
resolve08.f90
blob
e9ada063a6d4c73ee48c453a242e4ce943727fca
1
! RUN: %python %S/test_errors.py %s %flang_fc1
2
integer
::
g
(
10
)
3
f
(
i
) =
i
+
1
! statement function
4
g
(
i
) =
i
+
2
! mis-parsed assignment
5
!ERROR: 'h' has not been declared as an array or pointer-valued function
6
h
(
i
) =
i
+
3
7
end