diff options
Diffstat (limited to 'gcc/testsuite/gcc.dg/loop-unswitch-3.c')
-rw-r--r-- | gcc/testsuite/gcc.dg/loop-unswitch-3.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/testsuite/gcc.dg/loop-unswitch-3.c b/gcc/testsuite/gcc.dg/loop-unswitch-3.c index e355286..089b610 100644 --- a/gcc/testsuite/gcc.dg/loop-unswitch-3.c +++ b/gcc/testsuite/gcc.dg/loop-unswitch-3.c @@ -22,5 +22,6 @@ float *foo(int ustride, int size, float *src) } /* { dg-final { scan-tree-dump-times "guard hoisted" 1 "unswitch" } } */ +/* { dg-final { scan-tree-dump-not "Invalid sum" "unswitch" } } */ |