X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=gcc%2Ftestsuite%2Fgcc.dg%2Ftree-ssa%2Fpredcom-5.c;h=52adb59d669af876d091f6312ee3c9a6067ab783;hb=9bd1ee6d330b0441c165d889b6b25a5c85caf427;hp=a3ee1d946a76db246188f1c850e8f9bf8b918606;hpb=5b06b3b8771d0dc06426986be32b8599e97bb451;p=thirdparty%2Fgcc.git diff --git a/gcc/testsuite/gcc.dg/tree-ssa/predcom-5.c b/gcc/testsuite/gcc.dg/tree-ssa/predcom-5.c index a3ee1d946a76..52adb59d669a 100644 --- a/gcc/testsuite/gcc.dg/tree-ssa/predcom-5.c +++ b/gcc/testsuite/gcc.dg/tree-ssa/predcom-5.c @@ -1,5 +1,5 @@ /* { dg-do run } */ -/* { dg-options "-O2 -funroll-loops --param max-unroll-times=8 -fpredictive-commoning -fdump-tree-pcom-details" } */ +/* { dg-options "-O2 -funroll-loops --param max-unroll-times=8 -fpredictive-commoning -fdump-tree-pcom-details-blocks" } */ /* Test for predictive commoning of expressions, with reassociation. */ @@ -26,3 +26,4 @@ int main(void) /* { dg-final { scan-tree-dump-times "Combination" 2 "pcom"} } */ /* { dg-final { scan-tree-dump-times "Unrolling 3 times." 1 "pcom"} } */ +/* { dg-final { scan-tree-dump-not "Invalid sum" "pcom" } } */