[Bug c++/79308] ICE on specialization of nested template classes (in finish_member_declaration, at cp/semantics.c:2963)

2019-03-17 Thread bjh...@sags-per-mail.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79308 --- Comment #6 from bjhend --- (In reply to Volker Reichelt from comment #5) > IMHO the testcase is invalid (e.g. clang rejects it). > But by changing the line > struct Element::WriteOutput > into > struct Element::WriteOutput > it can be tur

[Bug c++/79308] ICE on specialization of nested template classes (in finish_member_declaration, at cp/semantics.c:2963)

2017-02-01 Thread bjh...@sags-per-mail.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79308 --- Comment #3 from bjhend --- (In reply to Martin Liška from comment #2) > Confirmed, all releases I have ICE (4.5.0+). Hi Martin, thanks for confirmation. You also added the keyword ice-on-INvalid-code, but I think the code is valid. The C++

[Bug c++/79308] Internal compilation error on specialization of nested template classes

2017-01-31 Thread bjh...@sags-per-mail.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79308 --- Comment #1 from bjhend --- Created attachment 40640 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=40640&action=edit Complete compiler output

[Bug c++/79308] New: Internal compilation error on specialization of nested template classes

2017-01-31 Thread bjh...@sags-per-mail.de
Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: bjh...@sags-per-mail.de Target Milestone: --- Created attachment 40639 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=40639&action=edit Source code The followi