From: Thiago Jung Bauermann Date: Mon, 21 Aug 2023 19:19:14 +0000 (+0100) Subject: Remove XFAIL from gcc/testsuite/gcc.dg/unroll-7.c X-Git-Tag: basepoints/gcc-15~6773 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b369f0ba87c1234722174ef0d32d873de30cb555;p=thirdparty%2Fgcc.git Remove XFAIL from gcc/testsuite/gcc.dg/unroll-7.c This test passes since commit e41103081bfa "Fix undefined behaviour in profile_count::differs_from_p", so remove the xfail annotation. Tested on aarch64-linux-gnu, armv8l-linux-gnueabihf and x86_64-linux-gnu. gcc/testsuite/ChangeLog: * gcc.dg/unroll-7.c: Remove xfail. --- diff --git a/gcc/testsuite/gcc.dg/unroll-7.c b/gcc/testsuite/gcc.dg/unroll-7.c index 650448df5db1..17c5e533c2cb 100644 --- a/gcc/testsuite/gcc.dg/unroll-7.c +++ b/gcc/testsuite/gcc.dg/unroll-7.c @@ -15,4 +15,4 @@ int t(void) /* { dg-final { scan-rtl-dump "upper bound: 999999" "loop2_unroll" } } */ /* { dg-final { scan-rtl-dump "realistic bound: 999999" "loop2_unroll" } } */ /* { dg-final { scan-rtl-dump "considering unrolling loop with constant number of iterations" "loop2_unroll" } } */ -/* { dg-final { scan-rtl-dump-not "Invalid sum" "loop2_unroll" {xfail *-*-* } } } */ +/* { dg-final { scan-rtl-dump-not "Invalid sum" "loop2_unroll" } } */