[Bug tree-optimization/82714] [7 Regression] ICE in vect_transform_stmt

2017-10-25 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82714 Richard Biener changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug tree-optimization/82714] [7 Regression] ICE in vect_transform_stmt

2017-10-25 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82714 --- Comment #6 from Martin Liška --- Fixed on 7-branch by r253931.

[Bug tree-optimization/82714] [7 Regression] ICE in vect_transform_stmt

2017-10-25 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82714 --- Comment #5 from Martin Liška --- Reduced test-case: $ cat pr82714.c enum { a, b, c, d, e, f, g, h, j, k }; int l; void m (int *s) { short n, o, p; float(*q)[k]; int r, i; while (l > 0) r = l; for (;;) { i = 0

[Bug tree-optimization/82714] [7 Regression] ICE in vect_transform_stmt

2017-10-25 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82714 Martin Liška changed: What|Removed |Added Keywords||ice-on-valid-code CC|

[Bug tree-optimization/82714] [7 Regression] ICE in vect_transform_stmt

2017-10-25 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82714 Martin Liška changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|