[Bug c++/78907] internal compiler error segmentation fault with recursive constexpr

2016-12-22 Thread hr.jonas.hansen at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78907 --- Comment #2 from hr.jonas.hansen at gmail dot com --- This is not an issue with g++ 5.2.1, did the default stack size change? There is actually no need for using 65536 even -fconstexpr-depth=26000 will ensure the crash, on my computer. How do I

[Bug c++/78907] internal compiler error segmentation fault with recursive constexpr

2016-12-22 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78907 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---