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

--- Comment #4 from Manuel López-Ibáñez <manu at gcc dot gnu.org> ---
Pre rich locations, it should have looked like

    #     [name]:[locus]:
    #
    #       some code
    #              1
    #     [name]:[locus2]:
    #
    #       some other code
    #         2
    #     Error: Some error at (1) and (2)
    # or
    #     [name]:[locus]:
    #
    #       some code and some more code
    #              1       2
    #     Error: Some error at (1) and (2)

(quoting testsuite/lib/gfortran-dg.exp)

Reply via email to