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

2018-03-01 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71569 --- Comment #9 from Jason Merrill --- Author: jason Date: Thu Mar 1 16:12:26 2018 New Revision: 258103 URL: https://gcc.gnu.org/viewcvs?rev=258103&root=gcc&view=rev Log: PR c++/71569 - ICE with redundant args on member variable template

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

2018-03-01 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71569 Paolo Carlini changed: What|Removed |Added CC|jason at gcc dot gnu.org | Assignee|paolo.carlini

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

2018-03-01 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71569 --- Comment #7 from Jason Merrill --- Author: jason Date: Thu Mar 1 16:00:34 2018 New Revision: 258102 URL: https://gcc.gnu.org/viewcvs?rev=258102&root=gcc&view=rev Log: PR c++/71569 - ICE with redundant args on member variable template

[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] [6/7/8 regression] Crash: External definition of template member from template struct

2018-03-01 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71569 Paolo Carlini changed: What|Removed |Added Keywords||ice-on-valid-code --- Comment #5 from Pa

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

2018-02-28 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71569 Paolo Carlini changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned a