[Bug tree-optimization/90681] [10 Regression] ICE in vect_slp_analyze_node_operations_1, at tree-vect-slp.c:2513 since r271704

2019-05-31 Thread alejandro.martinezvicente at arm dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90681 --- Comment #3 from Alejandro --- (In reply to Alejandro from comment #2) > I'm looking at this, will keep you posted. I could also reproduce it targetting armv8.2-a+sve.

[Bug tree-optimization/90681] [10 Regression] ICE in vect_slp_analyze_node_operations_1, at tree-vect-slp.c:2513 since r271704

2019-05-31 Thread alejandro.martinezvicente at arm dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90681 --- Comment #2 from Alejandro --- I'm looking at this, will keep you posted.

[Bug c/89453] New: Bug parsing "," operator with openmp

2019-02-22 Thread alejandro.martinezvicente at arm dot com
mponent: c Assignee: unassigned at gcc dot gnu.org Reporter: alejandro.martinezvicente at arm dot com Target Milestone: --- Hi, This code void f (float **a, float **b, int n) { int i, j; #pragma omp for simd for (i = 0, j = 0; i < n; i++, j++) { a[i][j] = b[j][i];