[Bug c++/85470] [7/8 Regression] Strange error about "call to non-constexpr function"

2018-04-23 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85470 --- Comment #4 from Jason Merrill --- Author: jason Date: Mon Apr 23 19:11:22 2018 New Revision: 259571 URL: https://gcc.gnu.org/viewcvs?rev=259571&root=gcc&view=rev Log: PR c++/85470 - wrong error with static data member. * dec

[Bug c++/85470] [7/8 Regression] Strange error about "call to non-constexpr function"

2018-04-23 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85470 Jason Merrill changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned a

[Bug c++/85470] [7/8 Regression] Strange error about "call to non-constexpr function"

2018-04-19 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85470 --- Comment #3 from Jakub Jelinek --- --- gcc/cp/typeck2.c.jj 2018-04-19 15:57:36.765482568 +0200 +++ gcc/cp/typeck2.c2018-04-19 19:32:43.335986274 +0200 @@ -824,7 +824,9 @@ store_init_value (tree decl, tree init, bool const_init;

[Bug c++/85470] [7/8 Regression] Strange error about "call to non-constexpr function"

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

[Bug c++/85470] [7/8 Regression] Strange error about "call to non-constexpr function"

2018-04-19 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85470 Jakub Jelinek changed: What|Removed |Added Priority|P3 |P2 CC|