[Bug c++/106256] Custom diagnostics for unsatisfied standard concepts

2024-12-17 Thread nshead at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106256 Nathaniel Shead changed: What|Removed |Added CC||nshead at gcc dot gnu.org --- Comment

[Bug c++/106256] Custom diagnostics for unsatisfied standard concepts

2024-11-26 Thread dmalcolm at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106256 --- Comment #2 from David Malcolm --- For reference, trunk with -std=c++20: https://godbolt.org/z/3q6b9dc6a (output as per comment #0). With my patches for PR other/116253, and with -fdiagnostics-set-output=text:experimental-nesting=yes -std

[Bug c++/106256] Custom diagnostics for unsatisfied standard concepts

2024-11-26 Thread dmalcolm at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106256 David Malcolm changed: What|Removed |Added Ever confirmed|0 |1 CC|