[Bug c++/92440] Error output for first error truncated with -fmax-errors=1

2022-04-19 Thread ich.freak at gmx dot net via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92440

Igel  changed:

   What|Removed |Added

 CC||ich.freak at gmx dot net

--- Comment #5 from Igel  ---
this still persists for concept diagnostics:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105307

[Bug c++/92440] Error output for first error truncated with -fmax-errors=1

2020-01-28 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92440

Martin Liška  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED

--- Comment #4 from Martin Liška  ---
Fixed on trunk, not planning to backport that.

[Bug c++/92440] Error output for first error truncated with -fmax-errors=1

2020-01-28 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92440

--- Comment #2 from CVS Commits  ---
The master branch has been updated by Martin Liska :

https://gcc.gnu.org/g:d3c00969fe619ae116dfbc07e6b364558acb6e3f

commit r10-6275-gd3c00969fe619ae116dfbc07e6b364558acb6e3f
Author: Martin Liska 
Date:   Tue Jan 28 10:26:53 2020 +0100

Replace one error with inform.

PR c++/92440
* pt.c (redeclare_class_template): Use inform
for the second location.
PR c++/92440
* g++.dg/template/pr92440.C: New test.
* g++.dg/cpp0x/vt-34314.C: Update error to note.
* g++.dg/template/pr59930-2.C: Likewise.
* g++.old-deja/g++.pt/redecl1.C: Likewise.

[Bug c++/92440] Error output for first error truncated with -fmax-errors=1

2020-01-28 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92440

--- Comment #3 from CVS Commits  ---
The master branch has been updated by Martin Liska :

https://gcc.gnu.org/g:1d8593070a62b5e5e7583687648c6d34e825cee2

commit r10-6276-g1d8593070a62b5e5e7583687648c6d34e825cee2
Author: Martin Liska 
Date:   Tue Jan 28 10:27:16 2020 +0100

Add couple of auto_diagnostic_group in redeclare_class_template.

PR c++/92440
* pt.c (redeclare_class_template): Group couple of
errors and inform messages with auto_diagnostic_group.

[Bug c++/92440] Error output for first error truncated with -fmax-errors=1

2020-01-23 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92440

Martin Liška  changed:

   What|Removed |Added

 Status|UNCONFIRMED |ASSIGNED
   Last reconfirmed||2020-01-23
   Assignee|unassigned at gcc dot gnu.org  |marxin at gcc dot 
gnu.org
   Target Milestone|--- |10.0
 Ever confirmed|0   |1

--- Comment #1 from Martin Liška  ---
I've got a patch candidate.