[Bug c++/71229] internal compiler error: Segmentation fault, when copying an array in a constexpr function

2016-12-16 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71229 Jakub Jelinek changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug c++/71229] internal compiler error: Segmentation fault, when copying an array in a constexpr function

2016-08-29 Thread gcc at tnix dot eu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71229 --- Comment #3 from gcc at tnix dot eu --- I tried it in gcc 6.2 and it does compile in 6.2.

[Bug c++/71229] internal compiler error: Segmentation fault, when copying an array in a constexpr function

2016-05-23 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71229 --- Comment #2 from Jakub Jelinek --- The problem is that cxx_eval_store_expression first calls HOST_WIDE_INT i = find_array_ctor_elt (*valp, index, /*insert*/true); which allocates a constructor_elt with filled index, but

[Bug c++/71229] internal compiler error: Segmentation fault, when copying an array in a constexpr function

2016-05-23 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71229 Jakub Jelinek changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|