https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120140
--- Comment #28 from anlauf at gcc dot gnu.org --- (In reply to Paul Thomas from comment #26) > (In reply to Paul Thomas from comment #25) > Incidentally, removing the STOP code, ifx gives > 52: 47 24 3 4 /= 25 24 3 4 > 54: 85 43 3 4 /= 44 43 3 4 > 62: 47 24 3 4 /= 25 24 3 4 > 64: 85 43 3 4 /= 44 43 3 4 > 72: 47 24 3 4 /= 25 24 3 4 > 74: 85 43 3 4 /= 44 43 3 4 > 75: 85 43 3 4 /= 44 43 3 4 > 76: 85 43 3 4 /= 44 43 3 4 Yeah, ifx also failed on me for some of the tests where there is a dependency of the l.h.s. on the r.h.s.; NAG failed on some others... > flang agrees with the patched gfortran and lfortran segfaults. :-) > I no longer have a NAG compiler. > > Paul With the small corrections in my other comment applied this looks good to me.
