Skip to content

Commit c6dd6f4

Browse files
committed
[Fortran] mark rhs LEN parameter tests as implemented
char_length_2{0,1}.f90 were fixed in llvm/llvm-project#80412. Now that these successfully compile I thought I might as well re-categorise the other tests in the same group too.
1 parent 7527e72 commit c6dd6f4

File tree

1 file changed

+6
-23
lines changed

1 file changed

+6
-23
lines changed

Fortran/gfortran/regression/DisabledFiles.cmake

Lines changed: 6 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -717,29 +717,6 @@ file(GLOB UNIMPLEMENTED_FILES CONFIGURE_DEPENDS
717717
pr50769.f90
718718
realloc_on_assign_16a.f90
719719

720-
# unimplemented: gather rhs LEN parameters in assignment to allocatable
721-
allocate_assumed_charlen_4.f90
722-
allocate_error_5.f90
723-
associate_58.f90
724-
bounds_check_22.f90
725-
char_length_20.f90
726-
char_length_21.f90
727-
deferred_character_1.f90
728-
deferred_character_14.f90
729-
deferred_character_2.f90
730-
deferred_character_21.f90
731-
deferred_character_22.f90
732-
deferred_character_27.f90
733-
deferred_character_34.f90
734-
deferred_character_4.f90
735-
deferred_character_7.f90
736-
dependency_50.f90
737-
dependency_51.f90
738-
elemental_function_3.f90
739-
elemental_function_2.f90
740-
realloc_on_assign_14.f90
741-
widechar_11.f90
742-
743720
# unimplemented: passing dynamically optional argument to elemental procedures
744721
bounds_check_9.f90
745722
bounds_check_fail_2.f90
@@ -988,6 +965,9 @@ file(GLOB UNIMPLEMENTED_FILES CONFIGURE_DEPENDS
988965
forall_3.f90
989966
pr49698.f90
990967

968+
# unimplemented: compute elemental function result length parameters in HLFIR
969+
elemental_function_3.f90
970+
991971
# These tests are NYI: support for polymorphic types; when polymorphic
992972
# type support is enabled by option, they pass. Delete these when
993973
# polymorphic types are enabled by default.
@@ -2760,4 +2740,7 @@ file(GLOB FAILING_FILES CONFIGURE_DEPENDS
27602740

27612741
# Requires -ffloat-store
27622742
nearest_1.f90
2743+
2744+
# Requires -fcheck=mem
2745+
allocate_error_5.f90
27632746
)

0 commit comments

Comments
 (0)