[Bug c++/92439] [concepts] trunk crashes on constraint satisfaction failure

2024-04-13 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92439 Andrew Pinski changed: What|Removed |Added Resolution|--- |FIXED Target Milestone|---

[Bug c++/92439] [concepts] trunk crashes on constraint satisfaction failure

2020-04-06 Thread asolokha at gmx dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92439 Arseny Solokha changed: What|Removed |Added CC||asolokha at gmx dot com --- Comment #4

[Bug c++/92439] [concepts] trunk crashes on constraint satisfaction failure

2019-11-27 Thread asutton at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92439 --- Comment #3 from asutton at gcc dot gnu.org --- Author: asutton Date: Wed Nov 27 15:16:37 2019 New Revision: 278774 URL: https://gcc.gnu.org/viewcvs?rev=278774=gcc=rev Log: 2019-11-27 Andrew Sutton PR c++/92439 Improve

[Bug c++/92439] [concepts] trunk crashes on constraint satisfaction failure

2019-11-19 Thread dimitri.gorokhovik at free dot fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92439 --- Comment #2 from Dimitri Gorokhovik --- Hi Andrew, could the diagnostics in your patch be further improved? For example, in this invalid code: template constexpr bool r () { return true; }; template requires r () constexpr inline

[Bug c++/92439] [concepts] trunk crashes on constraint satisfaction failure

2019-11-14 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92439 Eric Gallager changed: What|Removed |Added Keywords||patch Status|UNCONFIRMED

[Bug c++/92439] [concepts] trunk crashes on constraint satisfaction failure

2019-11-13 Thread andrew.n.sutton at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92439 Andrew Sutton changed: What|Removed |Added CC||andrew.n.sutton at gmail dot com ---