Browse Source

Disable gfortran tree vectorizer to avoid gcc11+ miscompilation at O3

tags/v0.3.18
Martin Kroeker GitHub 4 years ago
parent
commit
5dc6aa74f0
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      test/Makefile

+ 3
- 1
test/Makefile View File

@@ -1,6 +1,8 @@
TOPDIR = ..
include ../Makefile.system

ifeq ($(F_COMPILER),GFORTRAN)
override FFLAGS += -fno-tree-vectorize
endif

ifeq ($(NOFORTRAN),1)
all ::


Loading…
Cancel
Save