llvm-project/flang/test/Semantics
Peixin Qiao 48b6f5c708 [flang] Add some semantic checks for derived type with BIND attribute
This supports checks in C1801-C1805 for derived type with BIND attribute.
The other compilers such as 'gfortran' and 'ifort' do not report error
for C1802 and C1805, so emit warnings for them.

Reviewed By: klausler

Differential Revision: https://reviews.llvm.org/D130438
2022-08-02 23:07:02 +08:00
..
Inputs [flang] Port test_any.sh tests to FileCheck: Hand port getsymbols tests 2020-06-26 18:49:21 +01:00
OpenACC [flang] Correct IsHostAssociated() to be true for BLOCK constructs 2022-07-23 10:46:54 -07:00
OpenMP Revert "[flang][OpenMP] Lowering support for default clause" 2022-07-26 19:18:27 +05:30
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] Fix name of dummy argument to intrinsic NEW_LINE(A='') 2022-07-23 09:30:56 -07: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
allocated.f90 [flang] add evaluate::IsAllocatableDesignator helper 2022-04-01 22:34:19 +02:00
altreturn01.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
altreturn02.f90 [flang] Fix semantics check for RETURN statement 2022-05-02 22:04:58 +02:00
altreturn03.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
altreturn04.f90 [flang][NFC] Allow whitespaces before `ERROR` 2022-05-19 17:13:02 +03: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
altreturn07.f90 [flang] Fix semantics check for RETURN statement 2022-05-02 22:04:58 +02: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] Fold TRANSFER() 2022-07-13 15:34:48 -07:00
assign01.f90 [flang] Add one semantic check for masked array assignment 2022-05-06 22:19:20 +08:00
assign02.f90 [flang] Allow POINTER attribute statement on procedure interfaces 2022-04-15 20:20:56 -07:00
assign03.f90 [flang] Allow restricted specific intrinsic functions as implicitly-interfaced procedure pointer targets 2022-07-25 12:19:49 -07:00
assign04.f90 [flang] Add one semantic check for masked array assignment 2022-05-06 22:19:20 +08:00
assign06.f90 [flang] Legacy extension: non-character formats 2022-01-14 14:17:05 -08:00
assign07.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
assign08.f90 [flang] Intrinsic assignment of distinct but "same" derived types 2022-01-19 10:08:17 -08:00
assign09.f90 [flang] Allow restricted specific intrinsic functions as implicitly-interfaced procedure pointer targets 2022-07-25 12:19:49 -07:00
associated.f90 [flang] Allow restricted specific intrinsic functions as implicitly-interfaced procedure pointer targets 2022-07-25 12:19:49 -07: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] Enforce C1552, no binding labels allowed for internal procedures 2022-06-28 11:00:12 -07:00
bind-c02.f90 [flang] Support check for BIND statement entity 2022-06-29 11:25:19 +08:00
bind-c03.f90 [flang] Add one semantic check for procedure bind(C) interface-name 2022-06-09 00:38:14 +08:00
bind-c04.f90 [flang] Enforce C1552, no binding labels allowed for internal procedures 2022-06-28 11:00:12 -07:00
bind-c05.f90 [flang] Enforce C1552, no binding labels allowed for internal procedures 2022-06-28 11:00:12 -07:00
bind-c06.f90 [flang] Add some semantic checks for derived type with BIND attribute 2022-08-02 23:07:02 +08: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] Accept legacy aliases for intrinsic function names 2022-03-18 16:53:13 -07:00
c_f_pointer.f90 [flang] Allow restricted specific intrinsic functions as implicitly-interfaced procedure pointer targets 2022-07-25 12:19:49 -07:00
call01.f90 [flang] Address regression (calls to assumed-length character function dummy procedures) 2022-05-25 12:00:07 -07:00
call02.f90 [nfc][flang] Fix spelling errors and usage in an error message 2022-05-28 09:33:10 -07:00
call03.f90 [flang] Allow restricted specific intrinsic functions as implicitly-interfaced procedure pointer targets 2022-07-25 12:19:49 -07:00
call04.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
call05.f90 [flang] Add one semantic check for allocatable/pointer argument association 2022-04-04 23:16:30 +08:00
call06.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
call07.f90 [flang] Do not return true for pointer sub-object in IsPointerObject 2022-03-11 09:26:21 +01:00
call08.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
call09.f90 [flang] Refine semantic checks for procedure pointer assignment 2022-07-13 14:56:50 -07:00
call10.f90 [flang] Improve error message (initialized variable in pure subprogram) 2022-01-19 17:27:31 -08: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] Check constraint C711 correctly 2022-03-01 12:22:17 -08: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] Defer NAMELIST group item name resolution 2022-04-14 17:50:03 -07:00
call20.f90 [flang] Refine semantic checks for procedure pointer assignment 2022-07-13 14:56:50 -07: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] Accept sparse argument keyword names for MAX/MIN 2022-01-19 17:36:24 -08:00
call24.f90 [flang] catch implicit interface incompatibility with global scope symbol 2022-02-09 09:30:32 +01:00
call25.f90 [flang] Improve appearance of message attachments 2022-04-14 07:34:50 -07:00
call26.f90 [flang] Fix ICE for passing a label for non alternate return arguments 2022-05-04 12:32:33 +03:00
call27.f90 [flang] Better error message for NULL() actual argument for dummy allocatable 2022-07-25 10:09:55 -07:00
canondo01.f90 [flang][driver] Add options for unparsing 2021-02-16 09:32:51 +00:00
canondo02.f90 [flang][driver] Add options for unparsing 2021-02-16 09:32:51 +00:00
canondo03.f90 [flang][driver] Add options for unparsing 2021-02-16 09:32:51 +00:00
canondo04.f90 [flang][driver] Add options for unparsing 2021-02-16 09:32:51 +00:00
canondo05.f90 [NFC] Move flang OpenMP semantic tests under one single directory 2022-06-11 10:46:42 +08:00
canondo06.f90 [NFC] Move flang OpenMP semantic tests under one single directory 2022-06-11 10:46:42 +08: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
case01.f90 [flang] Fold TRANSFER() 2022-07-13 15:34:48 -07:00
coarrays01.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
collectives01.f90 Revert "[flang] Add co_sum to the list of intrinsics and update test" 2022-07-14 14:44:34 -07:00
collectives02.f90 [flang] Expand semantics test coverage of collective subroutines 2022-06-30 14:30:44 -07:00
collectives03.f90 [flang] Expand semantics test coverage of collective subroutines 2022-06-30 14:30:44 -07:00
collectives04.f90 [flang] Expand semantics test coverage of collective subroutines 2022-06-30 14:30:44 -07:00
collectives05.f90 [flang] Expand semantics test coverage of collective subroutines 2022-06-30 14:30:44 -07:00
common-blocks-warn.f90 [flang] Handle common block with different sizes in same file 2022-04-29 14:52:47 +02:00
common-blocks.f90 [flang] Handle common block with different sizes in same file 2022-04-29 14:52:47 +02: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
coshape.f90 [flang] Add semantics test for coshape function 2022-07-06 14:27:08 -07: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 [flang][driver] Add options for unparsing 2021-02-16 09:32:51 +00:00
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] Accept structure constructor value for polymorphic component 2022-02-14 16:00:34 -08:00
data03.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
data04.f90 [flang] Allow DATA initialization of derived types w/ allocatable components 2022-02-14 10:43:49 -08:00
data05.f90 [flang] Establish a single source of target information for semantics 2022-07-06 10:25:34 -07:00
data06.f90 [flang] Do not ICE on out-of-range data statement designator 2022-04-14 12:51:55 +03:00
data07.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
data08.f90 [flang][driver] Add debug dump options 2021-02-18 11:33:24 +00:00
data09.f90 [flang] Make the frontend driver error out when requesting multiple actions 2021-12-17 10:05:28 +00:00
data10.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
data11.f90 [flang] Make the frontend driver error out when requesting multiple actions 2021-12-17 10:05:28 +00:00
data12.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
data13.f90 [flang] Make the frontend driver error out when requesting multiple actions 2021-12-17 10:05:28 +00:00
data14.f90 [flang] Allow initialization in blank COMMON 2022-01-13 15:07:37 -08:00
data15.f90 [flang] Extension: initialization of LOGICAL with INTEGER & vice versa 2022-01-13 14:22:45 -08:00
data16.f90 [flang] Correct IsHostAssociated() to be true for BLOCK constructs 2022-07-23 10:46:54 -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
declarations01.f90 [flang] Add one missed semantic check for named constant in common block 2022-06-09 00:43:30 +08:00
declarations02.f90 [flang] Add check for conflict of BIND(C) and Parameter attributes 2022-06-02 20:58:05 +08:00
declarations03.f90 [flang] Enforce C1552, no binding labels allowed for internal procedures 2022-06-28 11:00:12 -07:00
defined-ops.f90 [flang] Accept defined assignment with CLASS(*) RHS 2022-05-24 13:41:28 -07:00
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 [flang][driver] Add options for unparsing 2021-02-16 09:32:51 +00:00
doconcurrent03.f90 [flang][driver] Add options for unparsing 2021-02-16 09:32:51 +00:00
doconcurrent04.f90 [flang][driver] Add options for unparsing 2021-02-16 09:32:51 +00:00
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 [flang][driver] Add options for unparsing 2021-02-16 09:32:51 +00:00
doconcurrent08.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
doconcurrent09.f90 [flang] Fix purity testing for generic calls 2022-05-24 13:40:25 -07: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] Avoid spurious warnings from reading module files 2022-05-28 08:07:54 -07: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] Allow more forward references to ENTRY names 2022-05-23 21:48:35 -07:00
equivalence01.f90 [flang] Allow extension cases of EQUIVALENCE with optional warnings 2022-02-15 10:21:38 -08:00
event01.f90 [flang] Add semantics test for EVENT POST statement 2022-07-15 16:03:29 -07:00
event02.f90 [flang] Add semantics test for EVENT WAIT statement 2022-07-29 17:14:04 -07: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
expr-errors04.f90 [flang] Add semantic check for multiple part-ref with nonzero rank for TBP 2022-06-14 10:17:44 +08:00
failed_images.f90 [flang] Add failed_images to list of intrinsics and add test 2022-06-14 14:13:33 -07: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
generic01.f90 [flang] Make generic resolution conform to 15.5.5.2 w/r/t host association 2022-05-28 09:33:53 -07:00
get_team.f90 [flang] Add semantics test for `get_team` 2022-06-30 10:54:05 -07:00
getdefinition01.f90 [flang] Make the frontend driver error out when requesting multiple actions 2021-12-17 10:05:28 +00:00
getdefinition02.f [flang] Make the frontend driver error out when requesting multiple actions 2021-12-17 10:05:28 +00:00
getdefinition03-a.f90 [flang] Make the frontend driver error out when requesting multiple actions 2021-12-17 10:05:28 +00:00
getdefinition04.f90 [flang] Make the frontend driver error out when requesting multiple actions 2021-12-17 10:05:28 +00:00
getdefinition05.f90 [flang] Make the frontend driver error out when requesting multiple actions 2021-12-17 10:05:28 +00:00
getsymbols01.f90 [flang] Make the frontend driver error out when requesting multiple actions 2021-12-17 10:05:28 +00:00
getsymbols02.f90 [flang] Make the frontend driver error out when requesting multiple actions 2021-12-17 10:05:28 +00:00
getsymbols03-a.f90 [flang] Make the frontend driver error out when requesting multiple actions 2021-12-17 10:05:28 +00:00
getsymbols04.f90 [flang] Make the frontend driver error out when requesting multiple actions 2021-12-17 10:05:28 +00:00
getsymbols05.f90 [flang] Make the frontend driver error out when requesting multiple actions 2021-12-17 10:05:28 +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
image_status.f90 [flang] Add semantics test for image_status and add a check 2022-07-11 10:54:12 -07: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
implicit12.f90 [flang] Allow IMPLICIT NONE(EXTERNAL) with GenericDetails 2022-04-14 12:45:21 +03:00
init01.f90 [flang] Handle parameter-dependent types in PDT initializers 2022-04-15 16:20:41 -07:00
int-literals.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
intrinsics01.f90 [flang] Fix intrinsic interface for DIMAG/DCONJG 2022-04-14 21:34:00 +08:00
io01.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
io02.f90 [flang] Admit trailing blanks when checking I/O specifiers 2022-07-22 16:21:32 -07: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] Correct a typo when parsing format token white space 2022-03-30 18:56:09 -07:00
io08.f90 [flang] Semantics limits on kP scale factors 2022-04-20 14:43:21 -07: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] Fix false error for multiple defined I/O subroutines 2022-05-24 13:46:42 -07:00
io12.f90 [flang] Catch I/O of bad derived type at compile time 2022-02-28 15:40:12 -08:00
ishftc.f90 [flang] Add semantics test for image_status and add a check 2022-07-11 10:54:12 -07: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_q10.f90 [flang] Make extension explicit: exponent-letter matching kind-param 2022-05-28 22:05:52 +02:00
kinds04_q16.f90 [flang] Make extension explicit: exponent-letter matching kind-param 2022-05-28 22:05:52 +02:00
kinds05.f90 [flang] Make extension explicit: exponent-letter matching kind-param 2022-05-28 22:05:52 +02: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 [flang][driver] Add options for unparsing 2021-02-16 09:32:51 +00:00
label03.f90 [flang][driver] Add options for unparsing 2021-02-16 09:32:51 +00:00
label04.f90 [flang][driver] Add options for unparsing 2021-02-16 09:32:51 +00:00
label05.f90 [flang] Fix bogus branch target error on END SELECT 2022-06-13 11:42:55 -07:00
label06.f90 [flang] Fix bogus branch target error on END SELECT 2022-06-13 11:42:55 -07:00
label07.f90 [flang] Fix bogus branch target error on END SELECT 2022-06-13 11:42:55 -07:00
label08.f90 [flang][driver] Add options for unparsing 2021-02-16 09:32:51 +00:00
label09.f90 [flang][driver] Add options for unparsing 2021-02-16 09:32:51 +00:00
label10.f90 [flang][driver] Add options for unparsing 2021-02-16 09:32:51 +00:00
label11.f90 [flang] Revamp C1502 checking of END INTERFACE [generic-spec] 2021-09-17 08:13:10 -07:00
label12.f90 [flang][driver] Add options for unparsing 2021-02-16 09:32:51 +00:00
label13.f90 [flang][driver] Add options for unparsing 2021-02-16 09:32:51 +00:00
label14.f90 [flang] Distinguish error/warning cases for bad jumps into constructs 2021-11-08 11:52:01 -08:00
label15.f90 [flang][driver] Add options for unparsing 2021-02-16 09:32:51 +00:00
label16.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
lcobound.f90 [flang] test conforming & non-conforming lcobound 2022-05-18 16:55:48 -07:00
long-name.f90 [NFC][flang] Add the test case for D125371 2022-06-22 23:53:38 +08:00
maxrank.f90 [flang] Enforce limit on rank + corank 2022-05-10 08:53:08 -07: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] Fix bogus errors from SIZE/SHAPE/UBOUND on assumed-shape 2022-06-23 10:32:22 -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] Fix combining cases of USE association & generic interfaces 2022-04-14 08:59:52 -07: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] Add some semantic checks for derived type with BIND attribute 2022-08-02 23:07:02 +08: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] Add semantic check for C1520 2022-06-23 00:04:24 +08: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] Fix LBOUND rewrite on descriptor components 2022-03-25 09:00:56 +01: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] Fix LBOUND rewrite on descriptor components 2022-03-25 09:00:56 +01: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] Distinguish intrinsic module USE in module files; correct search paths 2022-06-03 22:07:44 -07: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] Add more qualification when creating names for compiler-generated USEs 2022-06-15 14:18:28 -07:00
modfile40.f90 [Flang] Port test_modfile.sh to Python 2021-09-06 13:57:36 +00:00
modfile41.f90 [flang] Enforce a program not including more than one main program 2022-05-09 10:48:06 +08:00
modfile42.f90 [flang] Implement semantics for DEC STRUCTURE/RECORD 2022-01-13 13:17:13 -08:00
modfile43.f90 [flang] Distinguish intrinsic from non-intrinsic modules 2022-01-31 13:31:27 -08:00
modfile44.f90 [flang] Fix module file missing USE for shadowed derived type 2022-03-07 17:12:51 -08:00
modfile45.f90 [flang] Make uninitialized allocatable components explicitly NULL() in structure constructors 2022-03-07 16:41:38 -08:00
modfile46.f90 [flang] Include missing internal interfaces in .mod files 2022-03-16 21:36:02 +01:00
modfile47.f90 [NFC] Move flang OpenMP semantic tests under one single directory 2022-06-11 10:46:42 +08:00
modfile48.f90 [flang] Handle parameter-dependent types in PDT initializers 2022-04-15 16:20:41 -07:00
modifiable01.f90 [flang] Allow modification of construct entities 2022-04-14 16:58:08 -07:00
multi-programs01.f90 [flang] Enforce a program not including more than one main program 2022-05-09 10:48:06 +08:00
multi-programs02.f90 [flang] Enforce a program not including more than one main program 2022-05-09 10:48:06 +08:00
multi-programs03.f90 [flang] Enforce a program not including more than one main program 2022-05-09 10:48:06 +08:00
multi-programs04.f90 [flang] Enforce a program not including more than one main program 2022-05-09 10:48:06 +08:00
multi-programs05.f90 [flang] Enforce a program not including more than one main program 2022-05-09 10:48:06 +08:00
multi-programs06.f90 [flang] Enforce a program not including more than one main program 2022-05-09 10:48:06 +08:00
namelist01.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
null-init.f90 [flang] Ensure name resolution visits "=>NULL()" in entity-decl 2022-07-13 16:36:25 -07:00
null01.f90 [flang] Refine semantic checks for procedure pointer assignment 2022-07-13 14:56:50 -07:00
nullify01.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
nullify02.f90 [flang] Accept POINTER followed by INTERFACE 2022-05-09 18:37:09 -07:00
num_images01.f90 [flang] Add team_type to num_images intrinsic call 2022-06-14 11:28:46 -07:00
num_images02.f90 [flang] Add team_type to num_images intrinsic call 2022-06-14 11:28:46 -07:00
offsets01.f90 [flang] Don't reference non-invariant symbols in shape expressions 2021-11-08 12:48:47 -08:00
offsets02.f90 [flang] Fold instantiated PDT character component length when needed 2022-04-04 09:47:15 +02:00
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 [flang] Make uninitialized allocatable components explicitly NULL() in structure constructors 2022-03-07 16:41:38 -08:00
oldparam03.f90 [flang] Update the regression tests to use the new driver when enabled 2021-04-15 08:52:23 +00:00
procinterface01.f90 [flang] Accept POINTER followed by INTERFACE 2022-05-09 18:37:09 -07:00
procinterface02.f90 [flang] Allow restricted specific intrinsic functions as implicitly-interfaced procedure pointer targets 2022-07-25 12:19:49 -07:00
random-seed.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
reduce01.f90 [flang] Allow PDTs with LEN parameters in REDUCE() 2022-05-09 17:40:50 -07:00
reshape.f90 [flang] Change internal errors in RESHAPE runtime routine to user errors 2022-02-11 15:51:21 -08: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] Enforce a program not including more than one main program 2022-05-09 10:48:06 +08: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] Fix combining cases of USE association & generic interfaces 2022-04-14 08:59:52 -07:00
resolve18.f90 [flang] Fix edge case in USE-associated generics 2022-02-11 16:55:05 -08: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] Make generic resolution conform to 15.5.5.2 w/r/t host association 2022-05-28 09:33:53 -07: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] Silence bogus error on use after IMPORT 2022-02-02 11:15:58 -08:00
resolve30.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
resolve31.f90 [flang] Allow pointers to non-sequence types in sequence types 2022-01-14 10:49:49 -08: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] Defer NAMELIST group item name resolution 2022-04-14 17:50:03 -07:00
resolve41.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
resolve42.f90 [flang] Handle common block with different sizes in same file 2022-04-29 14:52:47 +02: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] Change C889 from error into warning 2022-06-15 15:39:13 +08:00
resolve46.f90 [flang] Refine semantic checks for procedure pointer assignment 2022-07-13 14:56:50 -07: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] Enforce a program not including more than one main program 2022-05-09 10:48:06 +08: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] Allow modification of construct entities 2022-04-14 16:58:08 -07:00
resolve58.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
resolve59.f90 [flang] Better messages for function vs. array errors 2022-01-18 15:42:08 -08:00
resolve60.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
resolve61.f90 [flang] Enforce a program not including more than one main program 2022-05-09 10:48:06 +08:00
resolve62.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
resolve63.f90 [flang] Fix bogus error from assignment to CLASS(*) 2022-03-25 11:17:01 -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] Avoid bogus error for specification expression 2022-02-11 15:57:06 -08: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] Add one semantic check for procedure bind(C) interface-name 2022-06-09 00:38:14 +08: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] catch implicit interface incompatibility with global scope symbol 2022-02-09 09:30:32 +01: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] Better messages for function vs. array errors 2022-01-18 15:42:08 -08: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 [flang][driver] Add debug dump options 2021-02-18 11:33:24 +00:00
resolve101.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
resolve102.f90 [flang] Enforce a program not including more than one main program 2022-05-09 10:48:06 +08: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
resolve107.f90 [flang] Downgrade benign error message to a warning 2022-01-13 16:27:40 -08:00
resolve108.f90 [flang] Defer all function result type processing 2022-04-14 10:25:57 -07:00
resolve109.f90 [flang] Correct interaction between generics and intrinsics 2022-04-14 13:56:04 -07:00
resolve110.f90 [flang] Local generics must not shadow host-associated generics 2022-04-14 15:43:59 -07:00
resolve111.f90 [flang] Fix internal error with DATA-statement style initializers 2022-05-06 18:21:34 +03:00
resolve112.f90 [flang] Fix use-associated false-positive error 2022-05-20 12:14:02 +03:00
resolve113.f90 [flang] Support BIND(C) variable scope check 2022-05-31 23:26:00 +08:00
rewrite01.f90 [flang][driver] Add debug dump options 2021-02-18 11:33:24 +00:00
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] Fold TRANSFER() 2022-07-13 15:34:48 -07:00
select-rank02.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
selecttype01.f90 [flang] Fix TYPE/CLASS IS (T(...)) in SELECT TYPE 2022-04-14 16:20:37 -07:00
selecttype02.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
selecttype03.f90 [flang] Reverse a reversed type compatibility check 2022-05-09 17:55:10 -07:00
separate-mp01.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
separate-mp02.f90 [flang] Accommodate module subprograms defined in the same module 2022-03-02 13:07:16 -08:00
separate-mp03.f90 [flang] Accommodate module subprograms defined in the same module 2022-03-02 13:07:16 -08:00
shape.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
spec-expr.f90 [flang] Refine error checking in specification expressions 2022-05-09 17:50:12 -07:00
stop01.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00
struct01.f90 [flang] Make not yet implemented messages more consistent 2022-03-24 15:19:40 -07:00
structconst01.f90 [flang] Accept structure constructor value for polymorphic component 2022-02-14 16:00:34 -08:00
structconst02.f90 [flang] Fold TRANSFER() 2022-07-13 15:34:48 -07: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
structconst05.f90 [flang] Ensure that structure constructors fold parameter references 2022-05-09 16:09:49 -07: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] Correct IsHostAssociated() to be true for BLOCK constructs 2022-07-23 10:46:54 -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] Correct IsHostAssociated() to be true for BLOCK constructs 2022-07-23 10:46:54 -07:00
symbol10.f90 [Flang] Ported test_symbols to Python 2021-08-09 16:20:06 +01:00
symbol11.f90 [flang] Correct IsHostAssociated() to be true for BLOCK constructs 2022-07-23 10:46:54 -07:00
symbol12.f90 [Flang] Ported test_symbols to Python 2021-08-09 16:20:06 +01:00
symbol13.f90 [flang] Refine error checking in specification expressions 2022-05-09 17:50:12 -07:00
symbol14.f90 [Flang] Ported test_symbols to Python 2021-08-09 16:20:06 +01:00
symbol15.f90 [flang] Implement semantics for DEC STRUCTURE/RECORD 2022-01-13 13:17:13 -08:00
symbol16.f90 [flang] Enforce a program not including more than one main program 2022-05-09 10:48:06 +08: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
symbol20.f90 [flang] Allow more forward references to ENTRY names 2022-05-23 21:48:35 -07:00
symbol21.f90 [flang] Avoid crash from forward referenced derived type 2022-07-13 16:58:26 -07:00
synchronization01.f90 [flang] add semantics test for sync all 2022-02-16 20:43:01 -08:00
synchronization02.f90 [flang] add semantics test for sync images 2022-02-16 22:30:58 -08:00
synchronization03.f90 [flang] add semantics test for sync memory 2022-02-24 11:04:00 -08:00
synchronization04.f90 [flang] add semantics tests for sync team 2022-02-24 12:11:49 -08:00
team_number01.f90 [flang] Add new semantics test for team_number function 2022-06-30 14:05:11 -07:00
team_number02.f90 [flang] Add new semantics test for team_number function 2022-06-30 14:05:11 -07:00
test_errors.py [flang][NFC] Allow whitespaces before `ERROR` 2022-05-19 17:13:02 +03: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_image01.f90 [flang] expand the this_image test coverage 2022-05-26 16:36:20 -07:00
this_image02.f90 [flang] expand the this_image test coverage 2022-05-26 16:36:20 -07:00
typeinfo01.f90 [flang] Add dump-symbols option to bbc 2022-07-18 13:40:25 +02:00
ucobound.f90 [flang] semantics test for ucobound 2022-06-09 17:39:25 -07:00
unpack.f90 [Flang] Ported test_errors.sh to Python 2021-09-06 08:19:42 +00:00