We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13414b8 commit 87e97b5Copy full SHA for 87e97b5
Fortran/gfortran/regression/DisabledFiles.cmake
@@ -134,6 +134,11 @@ file(GLOB UNSUPPORTED_FILES CONFIGURE_DEPENDS
134
# Similar test added: UnitTests/execute_command_line
135
execute_command_line_1.f90
136
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
142
)
143
144
# These tests are skipped because they hit a 'not yet implemented' assertion
0 commit comments