Skip to content

[test-suite][Fortran] Ignore -fstrict-aliasing and -fschedule-insns #77

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions Fortran/gfortran/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,10 @@ set(FLANG_ERRORING_FFLAGS
-fpeel-loops
-frecursive
-fsanitize=undefined
-fschedule-insns
-fset-g77-defaults
-fshort-enums
-fstrict-aliasing
-ftest-forall-temp
-ftree-loop-distribution
-ftree-loop-vectorize
Expand Down
3 changes: 0 additions & 3 deletions Fortran/gfortran/regression/DisabledFiles.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -1815,9 +1815,6 @@ file(GLOB SKIPPED_FILES CONFIGURE_DEPENDS
pr93524.f90
public_private_module_3.f90
static_linking_1.f

# error: unknown argument" due to '-fschedule-insns' and '-fstrict-aliasing'.
pr43808.f90
)

# These tests are disabled because they fail when they are expected to pass.
Expand Down