https://gcc.gnu.org/bugzilla/show_bug.cgi?id=124111

--- Comment #7 from Sam James <sjames at gcc dot gnu.org> ---
In the commit before, a breakpoint at BLAS/TESTING/cblat3.f:3960 doesn't get
hit as it looks like error handling, and it jumps from:

(rr) list
3925         $                                    BETA, C, NMAX, CT, G, CC,
LDC,
3926         $                                    EPS, ERR, FATAL, NOUT,
.TRUE.)
3927                                  ERRMAX = MAX( ERRMAX, ERR )
3928    *                             If got really bad answer, report and
3929    *                             return.
3930                                  IF( FATAL )
3931         $                           GO TO 120
3932                               END IF
3933       45                   CONTINUE
3934    *
(rr)

Reply via email to