https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91426
Eric Gallager changed:
What|Removed |Added
Status|REOPENED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91426
--- Comment #11 from David Malcolm ---
(In reply to Eric Gallager from comment #10)
> (In reply to David Malcolm from comment #9)
> > Fixed on trunk for GCC 10 by r276132.
>
> I still see different colors in the following error as of r276658:
>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91426
Eric Gallager changed:
What|Removed |Added
Status|RESOLVED|REOPENED
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91426
David Malcolm changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91426
--- Comment #8 from David Malcolm ---
Author: dmalcolm
Date: Wed Sep 25 19:32:44 2019
New Revision: 276132
URL: https://gcc.gnu.org/viewcvs?rev=276132&root=gcc&view=rev
Log:
Colorize %L and %C text to match diagnostic_show_locus (PR fortran/9142
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91426
David Malcolm changed:
What|Removed |Added
Status|NEW |ASSIGNED
--- Comment #7 from David Malco
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91426
David Malcolm changed:
What|Removed |Added
Attachment #46732|0 |1
is obsolete|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91426
--- Comment #5 from Thomas Koenig ---
(In reply to David Malcolm from comment #4)
> The patch I've just attached ought to do this (though it's just a crude
> prototype - it only works for the gfc_error_opt case).
>
> With that caveat, how does
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91426
--- Comment #4 from David Malcolm ---
(In reply to Thomas Koenig from comment #2)
> Having had occasion to look at a few hundred multi-line error messages
> today, I have now changed my mind on what I would consider best :-)
>
> I now think diff
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91426
--- Comment #3 from David Malcolm ---
Created attachment 46732
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=46732&action=edit
Prototype patch to colorize the (1) and (2) in the example given
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91426
--- Comment #2 from Thomas Koenig ---
Having had occasion to look at a few hundred multi-line error messages
today, I have now changed my mind on what I would consider best :-)
I now think different colors for primary and secondary error message
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91426
--- Comment #1 from David Malcolm ---
The diagnostic is coming from
gfc_define_st_label in gcc/fortran/symbol.c:2711
2711gfc_error ("Duplicate statement label %d at %L and %L", labelno,
2712 &lp->where, label_locus);
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91426
Martin Liška changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
13 matches
Mail list logo