llvm-project/flang/test/Semantics
Peter Klausler 196204c72c [flang] Fix usage & catch errors for MAX/MIN with keyword= arguments
Max(), MIN(), and their specific variants are defined with an unlimited
number of dummy arguments named A1=, A2=, &c. whose names are almost never
used in practice but should be allowed for and properly checked for the
usual errors when they do appear.  The intrinsic table's entries otherwise
have fixed numbers of dummy argument definitions, so add some special
case handling in a few spots for MAX/MIN/&c. checking and procedure
characteristics construction.

Differential Revision: https://reviews.llvm.org/D114750
2021-11-30 12:53:47 -08:00
..
Inputs
OpenACC [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
allocate01.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
allocate02.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
allocate03.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
allocate04.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
allocate05.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
allocate06.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
allocate07.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
allocate08.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
allocate09.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
allocate10.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
allocate11.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
allocate12.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
allocate13.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
altreturn01.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
altreturn02.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
altreturn03.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
altreturn04.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
altreturn05.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
altreturn06.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
array-constr-big.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
array-constr-values.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
assign01.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
assign02.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
assign03.f90 [flang] Check ArrayRef base for contiguity in IsSimplyContiguousHelper 2021-11-17 18:18:58 +01:00
assign04.f90 [flang] Enforce constraint: defined ass't in WHERE must be elemental 2021-09-27 10:12:53 -07:00
assign06.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
assign07.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
associated.f90 [flang] Allow implicit procedure pointers to associate with explicit procedures 2021-11-15 09:51:25 -08:00
bad-forward-type.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
badly-typed-intrinsic.f90 [flang] Update the regression tests to use the new driver when enabled 2021-04-15 08:52:23 +00:00
bind-c01.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
bindings01.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
block-data01.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
blockconstruct01.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
blockconstruct02.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
blockconstruct03.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
boz-literal-constants.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
c_f_pointer.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
call01.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
call02.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
call03.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
call04.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
call05.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
call06.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
call07.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
call08.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
call09.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
call10.f90 [flang] Make 'this_image()' an intrinsic function 2021-09-16 22:17:32 -07:00
call11.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
call12.f90 [flang] Upgrade warning to error in case of PURE procedure 2021-09-17 10:13:35 -07:00
call13.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
call14.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
call15.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
call16.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
call17.f90 [flang] Update the regression tests to use the new driver when enabled 2021-04-15 08:52:23 +00:00
call18.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
call19.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
call20.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
call21.f90 [flang] Downgrade inappropriate error message to a warning 2021-08-31 11:28:42 -07:00
call22.f90 [flang] Enforce array conformance in actual arguments to ELEMENTALs 2021-09-16 16:17:36 -07:00
call23.f90 [flang] Fix usage & catch errors for MAX/MIN with keyword= arguments 2021-11-30 12:53:47 -08:00
canondo01.f90
canondo02.f90
canondo03.f90
canondo04.f90
canondo05.f90 [flang] Update the regression tests to use the new driver when enabled 2021-04-15 08:52:23 +00:00
canondo06.f90 [flang] Update the regression tests to use the new driver when enabled 2021-04-15 08:52:23 +00:00
canondo07.f90 [flang][driver] Modify the existing test cases that use -Mstandard in f18, to use -pedantic and %flang_fc1 to share with the new driver 2021-04-05 13:16:21 -04:00
canondo08.f90 [flang][driver] Modify the existing test cases that use -Mstandard in f18, to use -pedantic and %flang_fc1 to share with the new driver 2021-04-05 13:16:21 -04:00
canondo09.f90 [flang][driver] Modify the existing test cases that use -Mstandard in f18, to use -pedantic and %flang_fc1 to share with the new driver 2021-04-05 13:16:21 -04:00
canondo10.f90 [flang][driver] Modify the existing test cases that use -Mstandard in f18, to use -pedantic and %flang_fc1 to share with the new driver 2021-04-05 13:16:21 -04:00
canondo11.f90 [flang][driver] Modify the existing test cases that use -Mstandard in f18, to use -pedantic and %flang_fc1 to share with the new driver 2021-04-05 13:16:21 -04:00
canondo12.f90 [flang][driver] Modify the existing test cases that use -Mstandard in f18, to use -pedantic and %flang_fc1 to share with the new driver 2021-04-05 13:16:21 -04:00
canondo13.f90 [flang][driver] Modify the existing test cases that use -Mstandard in f18, to use -pedantic and %flang_fc1 to share with the new driver 2021-04-05 13:16:21 -04:00
canondo14.f90 [flang][driver] Modify the existing test cases that use -Mstandard in f18, to use -pedantic and %flang_fc1 to share with the new driver 2021-04-05 13:16:21 -04:00
canondo15.f90 [flang][driver] Modify the existing test cases that use -Mstandard in f18, to use -pedantic and %flang_fc1 to share with the new driver 2021-04-05 13:16:21 -04:00
canondo16.f90 [flang][driver] Modify the existing test cases that use -Mstandard in f18, to use -pedantic and %flang_fc1 to share with the new driver 2021-04-05 13:16:21 -04:00
canondo17.f90 [flang][driver] Modify the existing test cases that use -Mstandard in f18, to use -pedantic and %flang_fc1 to share with the new driver 2021-04-05 13:16:21 -04:00
canondo18.f90 [flang][driver] Modify the existing test cases that use -Mstandard in f18, to use -pedantic and %flang_fc1 to share with the new driver 2021-04-05 13:16:21 -04:00
canondo19.f90 [flang][driver] Modify the existing test cases that use -Mstandard in f18, to use -pedantic and %flang_fc1 to share with the new driver 2021-04-05 13:16:21 -04:00
case01.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
coarrays01.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
collectives01.f90 [flang] Add a semantics test for co_sum 2021-11-17 16:37:00 -08:00
common.py [Flang] Ported test_symbols to Python 2021-08-09 16:20:06 +01:00
common.sh [flang] Update the regression tests to use the new driver when enabled 2021-04-15 08:52:23 +00:00
complex01.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
computed-goto01.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
computed-goto02.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
critical01.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
critical02.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
critical03.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
critical04.f90
data01.f90 [flang] Improve error message for misuse of NULL(mold) as data statement constant 2021-10-28 15:20:41 -07:00
data02.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
data03.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
data04.f90 [flang] Catch error: base of DATA statement object can't be a pointer 2021-09-22 14:41:48 -07:00
data05.f90 [flang] Order Symbols by source provenance 2021-03-16 15:25:15 -07:00
data06.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
data07.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
data08.f90
data09.f90
data10.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
data11.f90 [flang] Extension: reduced scope for some implied DO loop indices 2021-08-24 09:34:18 -07:00
data12.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
data13.f90 [flang] Include default component initialization in static initializers 2021-09-01 09:40:37 -07:00
deallocate01.f90 [flang] Enforce rest of semantic constraint C919 2021-10-22 11:35:58 -07:00
deallocate04.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
deallocate05.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
deallocate06.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
defined-ops.f90
dfloat.f90 [flang] Support DFLOAT legacy extension intrinsic function 2021-08-04 12:18:41 -07:00
doconcurrent01.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
doconcurrent02.f90
doconcurrent03.f90
doconcurrent04.f90
doconcurrent05.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
doconcurrent06.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
doconcurrent07.f90
doconcurrent08.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
dosemantics01.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
dosemantics02.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
dosemantics03.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
dosemantics04.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
dosemantics05.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
dosemantics06.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
dosemantics07.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
dosemantics08.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
dosemantics09.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
dosemantics10.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
dosemantics11.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
dosemantics12.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
elemental01.f90 [flang] Expunge bogus semantic check for ELEMENTAL without dummies 2021-10-14 14:33:30 -07:00
empty.f90 [flang] Update the regression tests to use the new driver when enabled 2021-04-15 08:52:23 +00:00
entry01.f90 [flang] Add -fno-automatic, refine IsSaved() 2021-11-22 10:06:38 -08:00
equivalence01.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
expr-errors01.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
expr-errors02.f90 [flang] Enforce specification function rules on callee, not call 2021-09-17 10:59:54 -07:00
expr-errors03.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
final01.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
final02.f90 [flang] Implement semantic checks for ELEMENTAL subprograms 2021-09-07 14:37:23 -07:00
forall01.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
getdefinition01.f90 [flang][driver] Add support for `-fget-definition` 2021-04-21 09:31:36 +00:00
getdefinition02.f [flang][driver] Add support for `-fget-definition` 2021-04-21 09:31:36 +00:00
getdefinition03-a.f90 [flang][driver] Add support for `-fget-definition` 2021-04-21 09:31:36 +00:00
getdefinition04.f90 [flang][driver] Add support for `-fget-definition` 2021-04-21 09:31:36 +00:00
getdefinition05.f90 [flang][driver] Add support for `-fget-definition` 2021-04-21 09:31:36 +00:00
getsymbols01.f90 [flang][driver] Add support for `-fget-symbols-sources` 2021-03-18 14:13:24 +00:00
getsymbols02.f90 [flang][driver] Add support for `-fget-symbols-sources` 2021-03-18 14:13:24 +00:00
getsymbols03-a.f90 [flang][driver] Add support for `-fget-symbols-sources` 2021-03-18 14:13:24 +00:00
getsymbols04.f90 [flang][driver] Add support for `-fget-symbols-sources` 2021-03-18 14:13:24 +00:00
getsymbols05.f90 [flang][driver] Add support for `-fget-symbols-sources` 2021-03-18 14:13:24 +00:00
if_arith01.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
if_arith02.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
if_arith03.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
if_arith04.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
if_construct01.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
if_construct02.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
if_stmt01.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
if_stmt02.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
if_stmt03.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
implicit01.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
implicit02.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
implicit03.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
implicit04.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
implicit05.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
implicit06.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
implicit07.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
implicit08.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
implicit09.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
implicit10.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
implicit11.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
init01.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
int-literals.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
io01.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
io02.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
io03.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
io04.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
io05.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
io06.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
io07.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
io08.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
io09.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
io10.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
io11.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
kinds01.f90 [Flang] Ported test_symbols to Python 2021-08-09 16:20:06 +01:00
kinds02.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
kinds03.f90 [Flang] Ported test_symbols to Python 2021-08-09 16:20:06 +01:00
kinds04.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
label01.F90 [flang][driver] Modify the existing test cases that use -Mstandard in f18, to use -pedantic and %flang_fc1 to share with the new driver 2021-04-05 13:16:21 -04:00
label02.f90
label03.f90
label04.f90
label05.f90 [flang] Distinguish error/warning cases for bad jumps into constructs 2021-11-08 11:52:01 -08:00
label06.f90 [flang] Catch branching into FORALL/WHERE constructs 2021-09-27 10:51:44 -07:00
label07.f90 [flang] Catch branching into FORALL/WHERE constructs 2021-09-27 10:51:44 -07:00
label08.f90
label09.f90
label10.f90
label11.f90 [flang] Revamp C1502 checking of END INTERFACE [generic-spec] 2021-09-17 08:13:10 -07:00
label12.f90
label13.f90
label14.f90 [flang] Distinguish error/warning cases for bad jumps into constructs 2021-11-08 11:52:01 -08:00
label15.f90
label16.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
misc-declarations.f90 [flang] Make builtin types more easily accessible; use them 2021-09-29 13:06:01 -07:00
misc-intrinsics.f90 [flang] Catch errors with intrinsic array inquiry functions 2021-09-17 09:24:52 -07:00
missing_newline.f90 [flang][windows] Run regression tests under Windows. NFCI. 2021-06-10 05:13:44 -05:00
mod-file-rewriter.f90 [flang][driver] Add -fdebug-module-writer option 2021-03-11 08:04:37 -05:00
modfile01.f90 [Flang] Port test_modfile.sh to Python 2021-09-06 13:57:36 +00:00
modfile02.f90 [Flang] Port test_modfile.sh to Python 2021-09-06 13:57:36 +00:00
modfile03.f90 [Flang] Port test_modfile.sh to Python 2021-09-06 13:57:36 +00:00
modfile04.f90 [Flang] Port test_modfile.sh to Python 2021-09-06 13:57:36 +00:00
modfile05.f90 [Flang] Port test_modfile.sh to Python 2021-09-06 13:57:36 +00:00
modfile06.f90 [Flang] Port test_modfile.sh to Python 2021-09-06 13:57:36 +00:00
modfile07.f90 [Flang] Port test_modfile.sh to Python 2021-09-06 13:57:36 +00:00
modfile08.f90 [Flang] Port test_modfile.sh to Python 2021-09-06 13:57:36 +00:00
modfile09.f90 [Flang] Port test_modfile.sh to Python 2021-09-06 13:57:36 +00:00
modfile10.f90 [Flang] Port test_modfile.sh to Python 2021-09-06 13:57:36 +00:00
modfile11.f90 [Flang] Port test_modfile.sh to Python 2021-09-06 13:57:36 +00:00
modfile12.f90 [Flang] Port test_modfile.sh to Python 2021-09-06 13:57:36 +00:00
modfile13.f90 [Flang] Port test_modfile.sh to Python 2021-09-06 13:57:36 +00:00
modfile14.f90 [Flang] Port test_modfile.sh to Python 2021-09-06 13:57:36 +00:00
modfile15.f90 [Flang] Port test_modfile.sh to Python 2021-09-06 13:57:36 +00:00
modfile16.f90 [Flang] Port test_modfile.sh to Python 2021-09-06 13:57:36 +00:00
modfile17.f90 [Flang] Port test_modfile.sh to Python 2021-09-06 13:57:36 +00:00
modfile18.f90 [Flang] Port test_modfile.sh to Python 2021-09-06 13:57:36 +00:00
modfile19.f90 [Flang] Port test_modfile.sh to Python 2021-09-06 13:57:36 +00:00
modfile20.f90 [Flang] Port test_modfile.sh to Python 2021-09-06 13:57:36 +00:00
modfile21.f90 [Flang] Port test_modfile.sh to Python 2021-09-06 13:57:36 +00:00
modfile22.f90 [Flang] Port test_modfile.sh to Python 2021-09-06 13:57:36 +00:00
modfile23.f90 [Flang] Port test_modfile.sh to Python 2021-09-06 13:57:36 +00:00
modfile24.f90 [Flang] Port test_modfile.sh to Python 2021-09-06 13:57:36 +00:00
modfile25.f90 [Flang] Port test_modfile.sh to Python 2021-09-06 13:57:36 +00:00
modfile26.f90 [Flang] Port test_modfile.sh to Python 2021-09-06 13:57:36 +00:00
modfile27.f90 [Flang] Port test_modfile.sh to Python 2021-09-06 13:57:36 +00:00
modfile28.f90 [Flang] Port test_modfile.sh to Python 2021-09-06 13:57:36 +00:00
modfile29.f90 [Flang] Port test_modfile.sh to Python 2021-09-06 13:57:36 +00:00
modfile30.f90 [Flang] Port test_modfile.sh to Python 2021-09-06 13:57:36 +00:00
modfile31.f90 [Flang] Port test_modfile.sh to Python 2021-09-06 13:57:36 +00:00
modfile32.f90 [Flang] Port test_modfile.sh to Python 2021-09-06 13:57:36 +00:00
modfile33.f90 [flang] Don't reference non-invariant symbols in shape expressions 2021-11-08 12:48:47 -08:00
modfile34.f90 [Flang] Port test_modfile.sh to Python 2021-09-06 13:57:36 +00:00
modfile35.f90 [Flang] Port test_modfile.sh to Python 2021-09-06 13:57:36 +00:00
modfile36.f90 [Flang] Port test_modfile.sh to Python 2021-09-06 13:57:36 +00:00
modfile37.f90 [Flang] Port test_modfile.sh to Python 2021-09-06 13:57:36 +00:00
modfile38.f90 [Flang] Port test_modfile.sh to Python 2021-09-06 13:57:36 +00:00
modfile39.f90 [Flang] Port test_modfile.sh to Python 2021-09-06 13:57:36 +00:00
modfile40.f90 [Flang] Port test_modfile.sh to Python 2021-09-06 13:57:36 +00:00
modfile41.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
modifiable01.f90 [flang] Update the regression tests to use the new driver when enabled 2021-04-15 08:52:23 +00:00
namelist01.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
null-init.f90 [flang] Improve error message for misuse of NULL(mold) as data statement constant 2021-10-28 15:20:41 -07:00
null01.f90 [flang] More checking of NULL pointer actual arguments 2021-09-17 15:35:29 -07:00
nullify01.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
nullify02.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
num_images.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
offsets01.f90 [flang] Don't reference non-invariant symbols in shape expressions 2021-11-08 12:48:47 -08:00
offsets02.f90
offsets03.f90 [flang] Fix common block size extension mistake in D109156 2021-09-09 09:12:12 +02:00
oldparam01.f90 [flang] Update the regression tests to use the new driver when enabled 2021-04-15 08:52:23 +00:00
oldparam02.f90
oldparam03.f90 [flang] Update the regression tests to use the new driver when enabled 2021-04-15 08:52:23 +00:00
omp-allocate-directive.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
omp-allocate01.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
omp-allocate02.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
omp-allocate03.f90 [flang][OpenMP] Add semantic check for threadprivate directive 2021-09-15 00:22:03 +08:00
omp-allocate04.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
omp-allocate05.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
omp-allocate06.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
omp-allocate07.f90 [flang][OpenMP] Add semantic check for threadprivate directive 2021-09-15 00:22:03 +08:00
omp-allocate08.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
omp-atomic.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
omp-atomic01.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
omp-clause-validity01.f90 [flang][OpenMP] Add semantic checks for ordered construct 2021-09-17 21:53:07 +08:00
omp-combined-constructs.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
omp-copyin01.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
omp-copyin02.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
omp-copyin03.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
omp-copyin04.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
omp-copyin05.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
omp-copyprivate01.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
omp-copyprivate02.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
omp-copyprivate03.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
omp-declarative-directive.f90 This patch supports the following checks for THREADPRIVATE Directive: 2021-10-17 22:08:02 +08:00
omp-declare-target01.f90 This patch supports the following checks for THREADPRIVATE Directive: 2021-10-17 22:08:02 +08:00
omp-declare-target02.f90 This patch supports the following checks for THREADPRIVATE Directive: 2021-10-17 22:08:02 +08:00
omp-default.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
omp-default02.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
omp-depend01.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
omp-depend02.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
omp-depend03.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
omp-device-constructs.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
omp-do-collapse-positivecases.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
omp-do-collapse.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
omp-do-cycle.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
omp-do-ordered-positivecases.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
omp-do-ordered.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
omp-do-schedule01.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
omp-do-schedule02.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
omp-do-schedule03.f90 [Flang] Ported test_symbols to Python 2021-08-09 16:20:06 +01:00
omp-do-schedule04.f90 [Flang] Ported test_symbols to Python 2021-08-09 16:20:06 +01:00
omp-do01-positivecase.f90 [Flang] Ported test_symbols to Python 2021-08-09 16:20:06 +01:00
omp-do01.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
omp-do02.f90
omp-do03.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
omp-do04-positivecase.f90 [Flang] Ported test_symbols to Python 2021-08-09 16:20:06 +01:00
omp-do04.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
omp-do05-positivecase.f90 [Flang] Ported test_symbols to Python 2021-08-09 16:20:06 +01:00
omp-do05.f90 Fixed erring semantic errors arising from D108904 2021-10-30 03:44:59 +05:30
omp-do06-positivecases.f90 [Flang] Ported test_symbols to Python 2021-08-09 16:20:06 +01:00
omp-do06.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
omp-do07.f90 [flang][windows] Run regression tests under Windows. NFCI. 2021-06-10 05:13:44 -05:00
omp-do08.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
omp-do09.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
omp-do10.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
omp-do11.f90 [Flang] Ported test_symbols to Python 2021-08-09 16:20:06 +01:00
omp-do12.f90 [Flang] Ported test_symbols to Python 2021-08-09 16:20:06 +01:00
omp-do13.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
omp-do14.f90 [Flang] Ported test_symbols to Python 2021-08-09 16:20:06 +01:00
omp-do15.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
omp-do16.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
omp-do17.f90 [Flang] Ported test_symbols to Python 2021-08-09 16:20:06 +01:00
omp-firstprivate01.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
omp-flush01.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
omp-flush02.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
omp-invalid-branch.f90 [flang][windows] Run regression tests under Windows. NFCI. 2021-06-10 05:13:44 -05:00
omp-lastprivate01.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
omp-lastprivate02.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
omp-linear-iter.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
omp-loop-association.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
omp-loop-simd01.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
omp-nested-barrier.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
omp-nested-cancel.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
omp-nested-cancellation-point.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
omp-nested-distribute.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
omp-nested-master.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
omp-nested-simd.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
omp-nested-target.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
omp-nested-teams.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
omp-nested01.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
omp-no-dowhile-in-parallel.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
omp-nontemporal.f90 [flang][OpenMP] Add parsing support for nontemporal clause. 2021-09-13 15:25:47 -04:00
omp-ordered-simd.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
omp-ordered01.f90 [flang][OpenMP] Add semantic checks for ordered construct 2021-09-17 21:53:07 +08:00
omp-parallel-private01.f90 [flang][OpenMP] Add semantic check for threadprivate directive 2021-09-15 00:22:03 +08:00
omp-parallel-private02.f90 [flang][OpenMP] Add semantic check for threadprivate directive 2021-09-15 00:22:03 +08:00
omp-parallel-private03.f90 [flang][OpenMP] Add semantic check for threadprivate directive 2021-09-15 00:22:03 +08:00
omp-parallel-private04.f90 [flang][OpenMP] Add semantic check for threadprivate directive 2021-09-15 00:22:03 +08:00
omp-parallel-sections01.f90 [flang][OpenMP] Added test case for OpenMP 5.0 specification based semantic checks for parallel sections construct 2021-10-12 15:12:24 +05:30
omp-parallel-shared01.f90 [flang][OpenMP] Add semantic check for threadprivate directive 2021-09-15 00:22:03 +08:00
omp-parallel-shared02.f90 [flang][OpenMP] Add semantic check for threadprivate directive 2021-09-15 00:22:03 +08:00
omp-parallel-shared03.f90 [flang][OpenMP] Add semantic check for threadprivate directive 2021-09-15 00:22:03 +08:00
omp-parallel-shared04.f90 [flang][OpenMP] Add semantic check for threadprivate directive 2021-09-15 00:22:03 +08:00
omp-parallel01.f90
omp-parallel02.f90
omp-private-is-pointer-check.f90 [Flang][OpenMP] Use the ultimate symbol in a call to the IsPointer function 2021-11-04 19:53:58 +00:00
omp-private01.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
omp-private02.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
omp-private03.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
omp-reduction01.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
omp-reduction02.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
omp-reduction03.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
omp-reduction04.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
omp-reduction05.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
omp-reduction06.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
omp-reduction07.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
omp-reduction08.f90 [Flang] Ported test_symbols to Python 2021-08-09 16:20:06 +01:00
omp-reduction09.f90 [Flang] Ported test_symbols to Python 2021-08-09 16:20:06 +01:00
omp-reduction10.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
omp-resolve01.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
omp-resolve02.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
omp-resolve03.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
omp-resolve04.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
omp-resolve05.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
omp-resolve06.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
omp-sections01.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
omp-sections02.f90 [flang][OpenMP] Added OpenMP 5.0 specification based semantic checks for sections construct and test case for simd construct 2021-10-02 08:40:53 +05:30
omp-sections03.f90 [flang][OpenMP] Added OpenMP 5.0 specification based semantic checks for sections construct and test case for simd construct 2021-10-02 08:40:53 +05:30
omp-simd-aligned.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
omp-simd01.f90 [flang][OpenMP] Added OpenMP 5.0 specification based semantic checks for sections construct and test case for simd construct 2021-10-02 08:40:53 +05:30
omp-simd02.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
omp-simd03.f90
omp-single01.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
omp-single02.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
omp-symbol01.f90 [Flang] Ported test_symbols to Python 2021-08-09 16:20:06 +01:00
omp-symbol02.f90 [Flang] Ported test_symbols to Python 2021-08-09 16:20:06 +01:00
omp-symbol03.f90 [Flang] Ported test_symbols to Python 2021-08-09 16:20:06 +01:00
omp-symbol04.f90 [Flang] Ported test_symbols to Python 2021-08-09 16:20:06 +01:00
omp-symbol05.f90 [Flang] Ported test_symbols to Python 2021-08-09 16:20:06 +01:00
omp-symbol06.f90 [Flang] Ported test_symbols to Python 2021-08-09 16:20:06 +01:00
omp-symbol07.f90 [Flang] Ported test_symbols to Python 2021-08-09 16:20:06 +01:00
omp-symbol08.f90 [Flang] Ported test_symbols to Python 2021-08-09 16:20:06 +01:00
omp-sync-critical01.f90 Added OpenMP 5.0 specification based semantic checks for CRITICAL construct name resolution 2021-10-12 22:18:24 +05:30
omp-sync-critical02.f90 Added OpenMP 5.0 specification based semantic checks for CRITICAL construct name resolution 2021-10-12 22:18:24 +05:30
omp-task01.f90
omp-taskgroup01.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
omp-taskloop-simd01.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
omp-taskloop01.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
omp-taskloop02.f90
omp-taskloop03.f90
omp-threadprivate01.f90 [flang][OpenMP] Add semantic check for threadprivate directive 2021-09-15 00:22:03 +08:00
omp-threadprivate02.f90 This patch supports the following checks for THREADPRIVATE Directive: 2021-10-17 22:08:02 +08:00
omp-workshare01.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
omp-workshare02.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
omp-workshare03.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
omp-workshare04.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
omp-workshare05.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
procinterface01.f90 [Flang] Ported test_symbols to Python 2021-08-09 16:20:06 +01:00
random-seed.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
reshape.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
resolve01.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
resolve02.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
resolve03.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
resolve04.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
resolve05.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
resolve06.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
resolve07.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
resolve08.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
resolve09.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
resolve10.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
resolve11.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
resolve12.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
resolve13.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
resolve14.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
resolve15.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
resolve16.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
resolve17.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
resolve18.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
resolve19.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
resolve20.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
resolve21.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
resolve22.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
resolve23.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
resolve24.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
resolve25.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
resolve26.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
resolve27.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
resolve28.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
resolve29.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
resolve30.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
resolve31.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
resolve32.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
resolve33.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
resolve34.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
resolve35.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
resolve36.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
resolve37.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
resolve38.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
resolve39.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
resolve40.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
resolve41.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
resolve42.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
resolve43.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
resolve44.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
resolve45.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
resolve46.f90 [flang] Checks for pointers to intrinsic functions 2021-10-28 12:30:29 +02:00
resolve47.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
resolve48.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
resolve49.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
resolve50.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
resolve51.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
resolve52.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
resolve53.f90 [flang] Extension to distinguish specific procedures 2021-10-22 12:38:21 -07:00
resolve54.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
resolve55.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
resolve56.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
resolve57.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
resolve58.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
resolve59.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
resolve60.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
resolve61.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
resolve62.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
resolve63.f90 [flang] Admit NULL() in generic procedure resolution cases 2021-10-14 16:02:17 -07:00
resolve64.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
resolve65.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
resolve66.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
resolve67.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
resolve68.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
resolve69.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
resolve70.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
resolve71.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
resolve72.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
resolve73.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
resolve74.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
resolve75.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
resolve76.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
resolve77.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
resolve78.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
resolve79.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
resolve80.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
resolve81.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
resolve82.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
resolve83.f90 [flang] Implement semantic checks for ELEMENTAL subprograms 2021-09-07 14:37:23 -07:00
resolve84.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
resolve85.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
resolve86.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
resolve87.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
resolve88.f90 [flang] Make builtin types more easily accessible; use them 2021-09-29 13:06:01 -07:00
resolve89.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
resolve90.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
resolve91.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
resolve92.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
resolve93.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
resolve94.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
resolve95.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
resolve96.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
resolve97.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
resolve98.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
resolve99.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
resolve100.f90
resolve101.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
resolve102.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
resolve103.f90 [flang][driver] Modify the existing test cases that use -Mstandard in f18, to use -pedantic and %flang_fc1 to share with the new driver 2021-04-05 13:16:21 -04:00
resolve104.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
resolve105.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
resolve106.f90 [flang] Extension: reduced scope for some implied DO loop indices 2021-08-24 09:34:18 -07:00
rewrite01.f90
save01.f90 [flang] Add -fno-automatic, refine IsSaved() 2021-11-22 10:06:38 -08:00
save02.f90 [flang] Add -fno-automatic, refine IsSaved() 2021-11-22 10:06:38 -08:00
select-rank.f90 [flang] Validate SIZE(x,DIM=n) dimension for assumed-size array x 2021-09-17 10:14:18 -07:00
select-rank02.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
selecttype01.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
selecttype02.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
selecttype03.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
separate-mp01.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
separate-mp02.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
shape.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
spec-expr.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
stop01.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
structconst01.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
structconst02.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
structconst03.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
structconst04.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
symbol01.f90 [Flang] Ported test_symbols to Python 2021-08-09 16:20:06 +01:00
symbol02.f90 [Flang] Ported test_symbols to Python 2021-08-09 16:20:06 +01:00
symbol03.f90 [flang] Always create HostAssocDetails for host object symbols with UseDetails 2021-08-10 12:38:19 +02:00
symbol05.f90 [flang] Extension: reduced scope for some implied DO loop indices 2021-08-24 09:34:18 -07:00
symbol06.f90 [Flang] Ported test_symbols to Python 2021-08-09 16:20:06 +01:00
symbol07.f90 [Flang] Ported test_symbols to Python 2021-08-09 16:20:06 +01:00
symbol08.f90 [Flang] Ported test_symbols to Python 2021-08-09 16:20:06 +01:00
symbol09.f90 [Flang] Ported test_symbols to Python 2021-08-09 16:20:06 +01:00
symbol10.f90 [Flang] Ported test_symbols to Python 2021-08-09 16:20:06 +01:00
symbol11.f90 [Flang] Ported test_symbols to Python 2021-08-09 16:20:06 +01:00
symbol12.f90 [Flang] Ported test_symbols to Python 2021-08-09 16:20:06 +01:00
symbol13.f90 [Flang] Ported test_symbols to Python 2021-08-09 16:20:06 +01:00
symbol14.f90 [Flang] Ported test_symbols to Python 2021-08-09 16:20:06 +01:00
symbol15.f90 [Flang] Ported test_symbols to Python 2021-08-09 16:20:06 +01:00
symbol16.f90 [Flang] Ported test_symbols to Python 2021-08-09 16:20:06 +01:00
symbol17.f90 [Flang] Ported test_symbols to Python 2021-08-09 16:20:06 +01:00
symbol18.f90 [Flang] Ported test_symbols to Python 2021-08-09 16:20:06 +01:00
symbol19.f90 [Flang] Ported test_symbols to Python 2021-08-09 16:20:06 +01:00
team_number.f90 [flang] Added tests for intrinsic function 'team_number()' 2021-10-04 12:35:45 -07:00
test_errors.py [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
test_modfile.py [Flang] Port test_modfile.sh to Python 2021-09-06 13:57:36 +00:00
test_symbols.py [Flang] test_symbols.py module file fix 2021-09-01 15:02:41 +01:00
this_image.f90 [flang] Make builtin types more easily accessible; use them 2021-09-29 13:06:01 -07:00
typeinfo01.f90 [flang] Implement semantic checks for ELEMENTAL subprograms 2021-09-07 14:37:23 -07:00
unpack.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00