[Bug c++/79607] [5/6/7 Regression] ICE with brace-initialization of static const member

2017-02-19 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79607 --- Comment #3 from Jason Merrill --- Author: jason Date: Mon Feb 20 06:06:03 2017 New Revision: 245592 URL: https://gcc.gnu.org/viewcvs?rev=245592=gcc=rev Log: PR c++/79607 - ICE with T{} initializer * decl.c

[Bug c++/79607] [5/6/7 Regression] ICE with brace-initialization of static const member

2017-02-19 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79607 Jason Merrill changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned

[Bug c++/79607] [5/6/7 Regression] ICE with brace-initialization of static const member

2017-02-19 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79607 Jakub Jelinek changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c++/79607] [5/6/7 Regression] ICE with brace-initialization of static const member

2017-02-19 Thread reichelt at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79607 --- Comment #1 from Volker Reichelt --- This might be related to PR79535.