--- trunk/Compilers/gfortran_debug.mk 2013/07/23 13:00:07 72 +++ trunk/Compilers/gfortran_debug.mk 2014/02/28 17:52:47 79 @@ -16,13 +16,13 @@ FFLAGS += -std=f95 # Error and warning options: -FFLAGS += -fmax-errors=1 -pedantic-errors -Wall -Wcharacter-truncation -Wimplicit-interface -Wunderflow -Wextra -Wunreachable-code +FFLAGS += -fmax-errors=1 -pedantic-errors -Wall -Wcharacter-truncation -Wimplicit-interface -Wunderflow -Wunreachable-code # Debugging options: FFLAGS += -ffpe-trap=invalid,zero,overflow -fbacktrace -fdump-core -g # Code generation options: -FFLAGS += -fcheck=all -finit-real=SNAN +FFLAGS += -fcheck=bounds -fcheck=do -fcheck=mem -fcheck=pointer -fcheck=recursion -finit-real=SNAN # Optimization options: FFLAGS += -O0