Probably starting with r262276 I see: $ ./xgcc -B. -fno-diagnostics-show-caret -fdiagnostics-color=never -O2 -flto -fno-use-linker-plugin -flto-partition=none -Wno-stringop-overflow -ftree-vectorize -c -o pr55569.o /home/marxin/Programming/gcc/gcc/testsuite/gcc.c-torture/compile/pr55569.c /home/marxin/Programming/gcc/gcc/tree-vect-patterns.c:225:17: runtime error: shift exponent 64 is too large for 32-bit type 'int'
Fixed by r262961.
*** Bug 86506 has been marked as a duplicate of this bug. ***