[Bug c++/85415] New: internal compiler error: in finish_member_declaration, at cp/semantics.c:2984

2018-04-16 Thread frederik.engels24 at gmail dot com
: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: frederik.engels24 at gmail dot com Target Milestone: --- Created attachment 43944 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=43944&action=edit testcase tri

[Bug c++/91466] New: [concepts] indicates "used in its own initializer" when not, constraint order change passes compilation.

2019-08-15 Thread frederik.engels24 at gmail dot com
Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: frederik.engels24 at gmail dot com Target Milestone: --- Run using "g++ (Compiler-Explorer-Build) 10.0.0 20190814 (experimental

[Bug c++/91467] New: [concepts] ICE: in tsubst_copy, at cp/pt.c:15545

2019-08-15 Thread frederik.engels24 at gmail dot com
: c++ Assignee: unassigned at gcc dot gnu.org Reporter: frederik.engels24 at gmail dot com Target Milestone: --- Run with "g++ (Compiler-Explorer-Build) 10.0.0 20190814 (experimental)" and options "-std=c++2a -fconcepts" source code: https://

[Bug c++/91487] New: [concepts] alias constraint not respected

2019-08-18 Thread frederik.engels24 at gmail dot com
++ Assignee: unassigned at gcc dot gnu.org Reporter: frederik.engels24 at gmail dot com Target Milestone: --- The following should fail to compile since it doesn't pass the only_int constraint. https://godbolt.org/z/HrB1wz (gcc version 10.0.0 20190817) #include tem

[Bug c++/91662] New: [concepts] unable to deduce placeholder type, should be accepted

2019-09-04 Thread frederik.engels24 at gmail dot com
Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: frederik.engels24 at gmail dot com Target Milestone: --- The following should compile but doesn't on current gcc-trunk (20190902) with options: "-std=c++2a -fconcepts"