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

2017-12-04 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63336 Paolo Carlini changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[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/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

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

2015-10-29 Thread jtamagnan at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63336 jtamagnan at gmail dot com changed: What|Removed |Added CC||jtamagnan at gmail dot com

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

2015-09-05 Thread tprince at computer dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63336 --- Comment #6 from tprince at computer dot org --- Created attachment 36295 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=36295=edit pre-processed C source pre-processed, without function calls

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

2015-09-05 Thread tprince at computer dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63336 --- Comment #5 from tprince at computer dot org --- Created attachment 36294 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=36294=edit shortened c code C source with external function calls removed

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

2015-09-03 Thread bviyer at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63336 Balaji V. Iyer changed: What|Removed |Added CC||bviyer at gmail dot com --- Comment #4

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

2015-08-18 Thread barnabe.marc at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63336 --- Comment #3 from Marc barnabe.marc at gmail dot com --- Created attachment 36197 -- https://gcc.gnu.org/bugzilla/attachment.cgi?id=36197action=edit GCC 5.2 preprocessed ICE code xz file, because .ii is 2 MB in size.

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

2015-08-18 Thread barnabe.marc at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63336 Marc barnabe.marc at gmail dot com changed: What|Removed |Added CC||barnabe.marc at

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

2014-12-17 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63336 Marek Polacek mpolacek at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW Last