This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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 change the stack size?

- Jonas

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]