https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85260
Jakub Jelinek <jakub at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P3 |P1 Status|UNCONFIRMED |NEW Last reconfirmed| |2018-04-06 CC| |jakub at gcc dot gnu.org Target Milestone|--- |8.0 Summary|8.0: python-2.7.14 |[8 Regression] |miscompiled at -O3 |python-2.7.14 miscompiled | |at -O3 Ever confirmed|0 |1 --- Comment #1 from Jakub Jelinek <jakub at gcc dot gnu.org> --- Seems to have started with r250870, it is slp2 that creates a vector store that needs 16-byte alignment, but the pointer is only 8-byte aligned. Will try to minimize a testcase.