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

2017-04-12 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79607 --- Comment #5 from Jason Merrill --- Author: jason Date: Wed Apr 12 19:22:56 2017 New Revision: 246888 URL: https://gcc.gnu.org/viewcvs?rev=246888=gcc=rev Log: PR c++/79607 - ICE with T{} initializer * decl.c

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

2017-02-20 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79607 Richard Biener changed: What|Removed |Added Priority|P3 |P2 Known to work|

[Bug c++/79607] [5/6 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 Summary|[5/6/7 Regression] ICE with |[5/6 Regression] ICE with