[Bug c++/96689] New: Segmentation fault when defaulting operator<=> on enum er enum class

2020-08-18 Thread breyer.marcel at web dot de
normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: breyer.marcel at web dot de Target Milestone: --- Defaulting the default comparison operator (operator<=>) on an enum or enum class causes a segmentation fault. #in

[Bug c++/95054] internal compiler error while overloading class constructor using variadic templates constraint by c++20 concepts

2020-06-22 Thread breyer.marcel at web dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95054 Marcel Breyer changed: What|Removed |Added Resolution|--- |FIXED Status|UNCONFIRMED

[Bug c++/95054] New: internal compiler error while overloading class constructor using variadic templates constraint by c++20 concepts

2020-05-11 Thread breyer.marcel at web dot de
: 10.1.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: breyer.marcel at web dot de Target Milestone: --- Overloading a class constructor with variadic templates where both