[Bug c++/82218] [C++1x] constexpr on static member function causes segfault

2017-10-27 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82218 Paolo Carlini changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug c++/82218] [C++1x] constexpr on static member function causes segfault

2017-10-27 Thread paolo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82218 --- Comment #4 from paolo at gcc dot gnu.org --- Author: paolo Date: Fri Oct 27 23:14:43 2017 New Revision: 254189 URL: https://gcc.gnu.org/viewcvs?rev=254189&root=gcc&view=rev Log: 2017-10-27 Paolo Carlini PR c++/82218 * g++

[Bug c++/82218] [C++1x] constexpr on static member function causes segfault

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

[Bug c++/82218] [C++1x] constexpr on static member function causes segfault

2017-09-15 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82218 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org,

[Bug c++/82218] [C++1x] constexpr on static member function causes segfault

2017-09-14 Thread emil.fresk at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82218 --- Comment #1 from Emil Fresk --- Moreover, if one changes so Params... type-pack is not void it also compiles fine. The use of void seems to be the part causing the problem. This can be tested by changing void(void) to void(int) on line 134, a