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

            Bug ID: 91426
           Summary: Different colors for errors with multiple locations
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: fortran
          Assignee: unassigned at gcc dot gnu.org
          Reporter: tkoenig at gcc dot gnu.org
  Target Milestone: ---

The following program

program main
10 continue
10 continue
end

yields

label.f90:2:2:

    2 | 10 continue
      |  1
    3 | 10 continue
      |  2
Error: Duplicate statement label 10 at (1) and (2)

as it should. However (not visible here), the first marker (1) is red,
and the second one (2) is green.  Expected behavior is that they should
be the same color.

Reply via email to