GNU 8 has issues with IEEE_infinite

errors occur when running aggressively optimized code. GNU 9.1 seems to
be ok
This commit is contained in:
Martin Diehl 2019-09-22 16:02:23 -07:00
parent c0210659b6
commit d1566aa5bf
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit 2724ab446feb3737e6dfae4cc6aced1aa1d9add4
Subproject commit 43c6aeef78af777af2fb630cc0bac1f03eb86beb

View File

@ -1211,7 +1211,7 @@ subroutine unitTest
msg = ''
#if defined(__GFORTRAN__) && __GNUC__<9
if(i>2 .and. i<7) cycle
if(i<7) cycle
#endif
if(i==1) then