[Bug c++/95324] New: Segmentation fault when using variadic lambda template in concept definition

2020-05-25 Thread ivan.pogrebnyak at gmail dot com
: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: ivan.pogrebnyak at gmail dot com Target Milestone: --- Created attachment 48600 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=48600=edit gcc version, out

[Bug c++/82165] New: Operator overloading doesn't work with enum bit fields

2017-09-09 Thread ivan.pogrebnyak at gmail dot com
Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: ivan.pogrebnyak at gmail dot com Target Milestone: --- Here's a short test program that illustrates the issue: #include #define TEST(var) std::cout << #var " = " << var <<