[Bug c++/81474] out of memory on constexpr calculation

2017-09-12 Thread bobk-off at yandex dot ru
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81474 --- Comment #4 from Fedor Bobkov --- > Can you please elaborate it more? We're interested in a test-case for that ;) I'll try to make simplified code of this app as soon as possible.

[Bug c++/81474] out of memory on constexpr calculation

2017-09-12 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81474 --- Comment #3 from Martin Liška --- (In reply to Fedor Bobkov from comment #2) > Thread-starting example is intended only for demonstration of out of memory > error on simply example. In real projects out of memory error occurs with > much small

[Bug c++/81474] out of memory on constexpr calculation

2017-09-12 Thread bobk-off at yandex dot ru
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81474 --- Comment #2 from Fedor Bobkov --- Thread-starting example is intended only for demonstration of out of memory error on simply example. In real projects out of memory error occurs with much smaller loops which just use bigger amount of data. I

[Bug c++/81474] out of memory on constexpr calculation

2017-09-11 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81474 Martin Liška changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|