From d3916a11be0706980272658469c9c4499cdc024b Mon Sep 17 00:00:00 2001 From: Jean Perier Date: Mon, 2 Dec 2024 07:30:32 -0800 Subject: [PATCH] [fortran] disable non conformant gfortran aliasing_array_result_1 test --- Fortran/gfortran/regression/DisabledFiles.cmake | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Fortran/gfortran/regression/DisabledFiles.cmake b/Fortran/gfortran/regression/DisabledFiles.cmake index 54d176a3c7..08f1895291 100644 --- a/Fortran/gfortran/regression/DisabledFiles.cmake +++ b/Fortran/gfortran/regression/DisabledFiles.cmake @@ -134,6 +134,11 @@ file(GLOB UNSUPPORTED_FILES CONFIGURE_DEPENDS # Similar test added: UnitTests/execute_command_line execute_command_line_1.f90 execute_command_line_3.f90 + + # Test is not conformant: reference to f() in tobias::sub1 violates Fortran + # 2023 (and before) 15.5.2.14 point (4). `f()` references the actual argument + # of `x` while `x` does not have the TARGET or POINTER attribute. + aliasing_array_result_1.f90 ) # These tests are skipped because they hit a 'not yet implemented' assertion