Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
mysterymath committed Apr 29, 2024
2 parents 40ee200 + dae2ca9 commit 57fbe77
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion Fortran/gfortran/regression/DisabledFiles.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -531,7 +531,6 @@ file(GLOB SKIPPED_FILES CONFIGURE_DEPENDS

# lowering bugs (reported)
c_char_tests.f03
masklr_2.F90

# Categorize and debug further
bounds_check_17.f90 # needs -fcheck=bounds
Expand Down
2 changes: 1 addition & 1 deletion MultiSource/UnitTests/Float/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ PARALLEL_DIRS :=

# Tests in 'rounding' can run only if the target implements builtin functions
# for rounding mode manipulation.
ifneq (, $filter($(ARCH), X86_64 AArch64)
ifneq (,$(filter $(ARCH), X86_64 AArch64))
PARALLEL_DIRS += rounding
endif

Expand Down

0 comments on commit 57fbe77

Please sign in to comment.