[Bug c++/80920] warnings get position wrong - very confusing

2017-09-18 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80920 --- Comment #6 from Jonathan Wakely --- The caret location is just using the same info as the diagnostic message: b.C:7:12:... Should we suppress that too? So if you have a file with thousands of lines in, rather than give a location that is in

[Bug c++/80920] warnings get position wrong - very confusing

2017-09-18 Thread jason.vas.dias at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80920 --- Comment #5 from Jason Vas Dias --- I think if GCC cannot get the position of an error correct, then it should not show the position at all .

[Bug c++/80920] warnings get position wrong - very confusing

2017-09-17 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80920 Jonathan Wakely changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug c++/80920] warnings get position wrong - very confusing

2017-09-16 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80920 Eric Gallager changed: What|Removed |Added CC||egallager at gcc dot gnu.org --- Comment

[Bug c++/80920] warnings get position wrong - very confusing

2017-09-16 Thread ensadc at mailnesia dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80920 ensadc at mailnesia dot com changed: What|Removed |Added CC||ensadc at mailnesia dot com

[Bug c++/80920] warnings get position wrong - very confusing

2017-05-30 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80920 Jonathan Wakely changed: What|Removed |Added Keywords||diagnostic Status|UNCONFIR