[Bug other/90411] Colored diagnostics can omit characters

2022-06-26 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90411

Andrew Pinski  changed:

   What|Removed |Added

 CC||jonathan.poelen at gmail dot 
com

--- Comment #7 from Andrew Pinski  ---
*** Bug 106098 has been marked as a duplicate of this bug. ***

[Bug other/90411] Colored diagnostics can omit characters

2021-09-02 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90411

--- Comment #6 from Andrew Pinski  ---
Another reference of the problem.
  http://invisible-island.net/xterm/xterm.faq.html#grep_colors

[Bug other/90411] Colored diagnostics can omit characters

2021-09-02 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90411

Andrew Pinski  changed:

   What|Removed |Added

 CC||fw at gcc dot gnu.org

--- Comment #5 from Andrew Pinski  ---
*** Bug 81242 has been marked as a duplicate of this bug. ***

[Bug other/90411] Colored diagnostics can omit characters

2021-08-24 Thread vincent-gcc at vinc17 dot net via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90411

--- Comment #4 from Vincent Lefèvre  ---
For other discussions about this issue, which is the same as in grep:

https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=456943

https://debbugs.gnu.org/cgi/bugreport.cgi?bug=15444 (which I already gave in
PR81969).

[Bug other/90411] Colored diagnostics can omit characters

2021-08-24 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90411

Andrew Pinski  changed:

   What|Removed |Added

 CC||vincent-gcc at vinc17 dot net

--- Comment #3 from Andrew Pinski  ---
*** Bug 81969 has been marked as a duplicate of this bug. ***

[Bug other/90411] Colored diagnostics can omit characters

2019-05-10 Thread m101010a at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90411

--- Comment #2 from m101010a at gmail dot com ---
When I said to put spaces ELs at the end of lines, I meant the end of logical
lines (e.g. \n), not the end of screen lines.  Sorry for the confusion.

You can't see this issue in gnome-terminal because they special-cased this
behavior as an intentional deviation from xterm.  See
https://gitlab.gnome.org/GNOME/vte/commit/916964e .  If you follow the links
from there you'll get to the grep bug https://savannah.gnu.org/bugs/?36831
which seems to be the justification for that change.  In fact, it looks like
this behavior was taken from grep, since the justification block comment is
almost identical.

[Bug other/90411] Colored diagnostics can omit characters

2019-05-10 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90411

Jakub Jelinek  changed:

   What|Removed |Added

 CC||jakub at gcc dot gnu.org

--- Comment #1 from Jakub Jelinek  ---
gcc doesn't use ncurses or similar toolkits so it doesn't really know what is
and what isn't actually an end of line.
I can't reproduce the problem you're talking about in gnome-terminal.