[Bug tree-optimization/71620] [7 regression] gcc.dg/vect/slp-45.c FAILs
ebotcazou at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Sat Oct 22 17:49:00 GMT 2016
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71620
Eric Botcazou <ebotcazou at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Last reconfirmed| |2016-10-22
CC| |ebotcazou at gcc dot gnu.org
Summary|gcc.dg/vect/slp-45.c FAILs |[7 regression]
| |gcc.dg/vect/slp-45.c FAILs
Ever confirmed|0 |1
--- Comment #1 from Eric Botcazou <ebotcazou at gcc dot gnu.org> ---
It's probably a duplicate of PR tree-opt/71491, the tests are almost the same:
--- gcc.dg/vect/slp-43.c 2016-06-26 09:13:43.642038963 +0200
+++ gcc.dg/vect/slp-45.c 2016-06-26 09:13:43.644039025 +0200
@@ -14,8 +14,8 @@
{ \
for (int j = 0; j < N; ++j) \
out[j] = in[j]; \
- in += s*N; \
- out += N; \
+ in += N; \
+ out += s*N; \
} \
}
More information about the Gcc-bugs
mailing list