https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80038
--- Comment #11 from Edgar Fournival ---
It is also interesting to note that GCC 5.x is not impacted.
Even if the given example code will not compile on GCC 5 (ICE in lower_stmt, at
gimple-low.c:397 for the line "cilk_spawn walk(vnew, size);"),
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80038
--- Comment #15 from Edgar Fournival ---
(In reply to Xi Ruoyao from comment #14)
> Although I don't understand all the code in the Github repo, but GCC 6 indeed
> moved the temporary construction (initialization) and destruction code to the
> pa
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80038
--- Comment #19 from Edgar Fournival ---
Thanks for your explanations. I will investigate on my side and check the
generated assembly of our project. Please keep us posted with the results of
your bisection.