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 a09612c commit 454055bCopy full SHA for 454055b
Fortran/gfortran/regression/DisabledFiles.cmake
@@ -1727,4 +1727,15 @@ file(GLOB FAILING_FILES CONFIGURE_DEPENDS
1727
# Require -fcheck=bounds or similar.
1728
bounds_check_17.f90
1729
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
1741
)
0 commit comments