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 8cfef2e commit 72a946aCopy full SHA for 72a946a
Fortran/gfortran/CMakeLists.txt
@@ -146,8 +146,10 @@ set(FLANG_ERRORING_FFLAGS
146
-fpeel-loops
147
-frecursive
148
-fsanitize=undefined
149
+ -fschedule-insns
150
-fset-g77-defaults
151
-fshort-enums
152
+ -fstrict-aliasing
153
-ftest-forall-temp
154
-ftree-loop-distribution
155
-ftree-loop-vectorize
Fortran/gfortran/regression/DisabledFiles.cmake
@@ -1815,9 +1815,6 @@ file(GLOB SKIPPED_FILES CONFIGURE_DEPENDS
1815
pr93524.f90
1816
public_private_module_3.f90
1817
static_linking_1.f
1818
-
1819
- # error: unknown argument" due to '-fschedule-insns' and '-fstrict-aliasing'.
1820
- pr43808.f90
1821
)
1822
1823
# These tests are disabled because they fail when they are expected to pass.
0 commit comments