Hi, this patch fixes the slp testcase that now requires no early inlining Index: testsuite/gcc.dg/vect/slp-9.c =================================================================== --- testsuite/gcc.dg/vect/slp-9.c (revision 219107) +++ testsuite/gcc.dg/vect/slp-9.c (working copy) @@ -1,4 +1,5 @@ /* { dg-require-effective-target vect_int } */ +/* { dg-additional-options "-fno-early-inlining" } */ #include <stdarg.h> #include "tree-vect.h"
Honza