[Bug c++/71569] [6 regression] Crash: External definition of template member from template struct

2018-03-04 Thread oliver.tale at web dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71569 --- Comment #14 from Oliver Tale-Yazdi --- So can we close this? You actually fixed two bugs, should I open a second report for the decltype bug (accepts-invalid) and link it here as solved? I dont really know how bugzilla is used here.

[Bug c++/71569] [6/7/8 regression] Crash: External definition of template member from template struct

2018-03-01 Thread oliver.tale at web dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71569 --- Comment #6 from Oliver Tale-Yazdi --- It seems to be only dependent on the template specialization of the member. ––– template struct A { template static U u; }; template template U A:

[Bug c++/71569] New: [5/6] Crash: External definition of template member from template struct

2016-06-17 Thread oliver.tale at web dot de
: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: oliver.tale at web dot de Target Milestone: --- Created attachment 38718 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=38718&action=edit gcc -v -save-temps cr