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:
parent
c0210659b6
commit
d1566aa5bf
2
PRIVATE
2
PRIVATE
|
@ -1 +1 @@
|
|||
Subproject commit 2724ab446feb3737e6dfae4cc6aced1aa1d9add4
|
||||
Subproject commit 43c6aeef78af777af2fb630cc0bac1f03eb86beb
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue