[Bug c++/82722] [7 Regression] ICE in finish_member_declaration, at cp/semantics.c:2984

2017-10-29 Thread berni.w11 at gmx dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82722 --- Comment #4 from berni.w11 at gmx dot net --- Created attachment 42497 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=42497&action=edit another testcase

[Bug c++/82722] [7 Regression] ICE in finish_member_declaration, at cp/semantics.c:2984

2017-10-26 Thread berni.w11 at gmx dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82722 --- Comment #2 from berni.w11 at gmx dot net --- As far as I know, yes. I'll try the original code (which works with MSVC++ 14.0 and clang++ 3.9) after building gcc from source and see if that works.

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

2017-10-25 Thread berni.w11 at gmx dot net
: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: berni.w11 at gmx dot net Target Milestone: --- Created attachment 42473 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=42473&action=edit Test-case triggering th