llvm-capstone/flang/test/Parser
peter klausler f6ddfac401 [flang] Enforce fixed form rules about END continuation
From subclause 6.3.3.5: a program unit END statement cannot be
continued in fixed form, and other statements cannot have initial
lines that look like program unit END statements.  I think this
is to avoid violating assumptions that are important to legacy
compilers' statement classification routines.

Differential Revision: https://reviews.llvm.org/D109933
2021-09-17 10:59:17 -07:00
..
acc-unparse.f90 [flang] Update the regression tests to use the new driver when enabled 2021-04-15 08:52:23 +00:00
badlabel.f [flang] Produce proper "preprocessor output" for -E option 2021-07-30 15:13:56 -07:00
compiler-directives.f90 [flang] Update the regression tests to use the new driver when enabled 2021-04-15 08:52:23 +00:00
continuation-in-if.f [flang][driver] Add options for unparsing 2021-02-16 09:32:51 +00:00
end.f [flang] Enforce fixed form rules about END continuation 2021-09-17 10:59:17 -07:00
omp-allocate-unparse.f90 [flang][driver] Add debug options not requiring semantic checks 2021-04-08 09:44:19 +00:00
omp-atomic-unparse.f90 [flang][driver] Add debug options not requiring semantic checks 2021-04-08 09:44:19 +00:00
omp-nontemporal-unparse.f90 [flang][OpenMP] Add parsing support for nontemporal clause. 2021-09-13 15:25:47 -04:00
pp-dir-comments.f90 [flang][driver] Add options for unparsing 2021-02-16 09:32:51 +00:00