https://gcc.gnu.org/bugzilla/show_bug.cgi?id=27557
Yves Vandriessche changed:
What|Removed |Added
CC||yves.vandriessche at intel dot
com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63336
Yves Vandriessche changed:
What|Removed |Added
CC||yves.vandriessche at intel dot
com
: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: yves.vandriessche at intel dot com
Target Milestone: ---
Created attachment 38203
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=38203&action=edit
test case producing ICE in gimplify_expr, at gimplify.c:8832
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70565
--- Comment #1 from Yves Vandriessche ---
Additionally, the same internal compile error is produced when substituting:
> cilk_for ( int row = 0; row < nrows; row++ ) {
with
>#pragma omp parallel scheduler(dynamic, 256)
> for ( int row = 0; r
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63336
--- Comment #9 from Yves Vandriessche ---
Created attachment 39518
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=39518&action=edit
2D-array cilk array notation ICE test case
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63336
--- Comment #10 from Yves Vandriessche ---
A similar internal compile error is triggered in find_rank when dealing with
two-dimensional array arguments, for both g++-5.2 and g++-6.1.1.
>void test(double Arr[][16]) {
> double A[16]= {0};
> for(