Skip to content

Commit 3d67b01

Browse files
Merge pull request #515 from weslleyspereira/try-flag--fcheck=bounds
Try flag -fcheck=all
2 parents 8ebb2ad + 628a209 commit 3d67b01

File tree

3 files changed

+1012
-294
lines changed

3 files changed

+1012
-294
lines changed

.travis.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ matrix:
2121
script:
2222
- rm -f make.inc
2323
- cp make.inc.example make.inc
24-
- make -s -j2 all
24+
- make FFLAGS="-fimplicit-none -frecursive -fcheck=all" -s -j2 all
2525
- make -j2 lapack_install
2626
- os: linux
2727
name: "CMake Coverage Test on Linux"
@@ -40,7 +40,7 @@ matrix:
4040
script:
4141
- rm -f make.inc
4242
- cp make.inc.example make.inc
43-
- make -s -j2 all
43+
- make FFLAGS="-fimplicit-none -frecursive -fcheck=all" -s -j2 all
4444
- make -j2 lapack_install
4545

4646
before_script:
@@ -63,7 +63,8 @@ script:
6363
-DLAPACKE:BOOL=ON
6464
-DBUILD_TESTING=ON
6565
-DLAPACKE_WITH_TMG:BOOL=ON
66-
-DCMAKE_Fortran_FLAGS:STRING="-fimplicit-none -frecursive"
66+
-DCMAKE_Fortran_FLAGS:STRING="-fimplicit-none -frecursive -fcheck=all"
67+
-DCMAKE_C_FLAGS=${CMAKE_C_FLAGS}
6768
${SRC_DIR}
6869
- ctest -D ExperimentalStart
6970
- ctest -D ExperimentalConfigure

0 commit comments

Comments
 (0)