Skip to content

Commit 454055b

Browse files
committed
Disable files that require intrinsics not present in older versions of GCC.
1 parent a09612c commit 454055b

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

Fortran/gfortran/regression/DisabledFiles.cmake

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1727,4 +1727,15 @@ file(GLOB FAILING_FILES CONFIGURE_DEPENDS
17271727
# Require -fcheck=bounds or similar.
17281728
bounds_check_17.f90
17291729
pr48958.f90
1730+
1731+
# These files require the __truncsfbf2 intrinsic that is not available in
1732+
# before GCC 13. Alternatively, it requires compiler-rt to be built and a
1733+
# command line option provided to instruct the compiler to use it. Currently,
1734+
# we do not support either a version check on GCC or require that compiler-rt
1735+
# be built, so these are disabled. See:
1736+
#
1737+
# https://github.com/llvm/llvm-test-suite/pull/143#discussion_r1689462248
1738+
#
1739+
fmt_en.f90
1740+
fmt_en_rd.f90
17301741
)

0 commit comments

Comments
 (0)