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
[Flang][OpenMP]Add parsing support for DISPATCH construct (#121982)
[llvm-project.git]
/
flang
/
test
/
Parser
/
bad-label.f
blob
899ddff8c9d2d0768afb63eea450670fd07c038b
1
!
RUN
: %
flang_fc1
-
fsyntax
-
only
-
pedantic
%
s
2
>&
1
| FileCheck
%
s
2
!
CHECK
:
portability
:
Label should be in the label field
3
goto
1
;
1
continue
4
end