[Bug c++/27557] OpenMP threadprivate directive does not work with non-POD types

2018-06-18 Thread yves.vandriessche at intel dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=27557 Yves Vandriessche changed: What|Removed |Added CC||yves.vandriessche at intel dot com

[Bug c/63336] cilkplus array notation ICE in find_rank

2016-08-30 Thread yves.vandriessche at intel dot com
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}; >

[Bug c/63336] cilkplus array notation ICE in find_rank

2016-08-30 Thread yves.vandriessche at intel dot com
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=edit 2D-array cilk array notation ICE test case

[Bug c++/70565] ICE at gimplify.c:8832 (cilkplus array extension)

2016-04-06 Thread yves.vandriessche at intel dot com
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;

[Bug c++/70565] New: ICE at gimplify.c:8832 (cilkplus array extension)

2016-04-06 Thread 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=edit test case producing ICE in gimplify_expr, at gimplify.c:8832 using:

[Bug c/63336] cilkplus array notation ICE in find_rank

2016-04-06 Thread 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