Skip to content

Commit 87e97b5

Browse files
authored
[fortran] disable non conformant gfortran aliasing_array_result_1 test (#183)
1 parent 13414b8 commit 87e97b5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Fortran/gfortran/regression/DisabledFiles.cmake

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,11 @@ file(GLOB UNSUPPORTED_FILES CONFIGURE_DEPENDS
134134
# Similar test added: UnitTests/execute_command_line
135135
execute_command_line_1.f90
136136
execute_command_line_3.f90
137+
138+
# Test is not conformant: reference to f() in tobias::sub1 violates Fortran
139+
# 2023 (and before) 15.5.2.14 point (4). `f()` references the actual argument
140+
# of `x` while `x` does not have the TARGET or POINTER attribute.
141+
aliasing_array_result_1.f90
137142
)
138143

139144
# These tests are skipped because they hit a 'not yet implemented' assertion

0 commit comments

Comments
 (0)