[Bug tree-optimization/95770] [11 Regression] ice during GIMPLE pass: slp

2020-06-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95770 Richard Biener changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug tree-optimization/95770] [11 Regression] ice during GIMPLE pass: slp

2020-06-22 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95770 --- Comment #4 from CVS Commits --- The master branch has been updated by Richard Biener : https://gcc.gnu.org/g:cf07eea8429c923b7eb884ffc1b267c80a0a839c commit r11-1582-gcf07eea8429c923b7eb884ffc1b267c80a0a839c Author: Richard Biener Date:

[Bug tree-optimization/95770] [11 Regression] ice during GIMPLE pass: slp

2020-06-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95770 Richard Biener changed: What|Removed |Added Last reconfirmed||2020-06-22 Assignee|unassigne

[Bug tree-optimization/95770] [11 Regression] ice during GIMPLE pass: slp

2020-06-19 Thread dcb314 at hotmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95770 --- Comment #2 from David Binderman --- Probably a duplicate, but this C++ code also causes a crash: float *a; void b() { float c, d; a[0] = a[1] = 0.5f * (c - 2 + d); a[2] = a[3] = 0.5f * (c + 2 + d); } $ /home/dcb/gcc/results/bin/gcc -c

[Bug tree-optimization/95770] [11 Regression] ice during GIMPLE pass: slp

2020-06-19 Thread dcb314 at hotmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95770 --- Comment #1 from David Binderman --- Reduced C code is: typedef struct { float a; float b } c; c d, f, g; float e; h() { g.a = d.a * f.a - f.b; g.b = d.a * f.b + e; }

[Bug tree-optimization/95770] [11 Regression] ice during GIMPLE pass: slp

2020-06-19 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95770 Andrew Pinski changed: What|Removed |Added Version|unknown |11.0 Component|c