diff mbox

Strenghten early inliner analysis

Message ID 20141231085353.GD13958@kam.mff.cuni.cz
State New
Headers show

Commit Message

Jan Hubicka Dec. 31, 2014, 8:53 a.m. UTC
Hi,
this patch fixes the slp testcase that now requires no early inlining

Honza
diff mbox

Patch

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"