diff options
author | Thiago Jung Bauermann <thiago.bauermann@linaro.org> | 2023-08-21 20:19:14 +0100 |
---|---|---|
committer | Richard Sandiford <richard.sandiford@arm.com> | 2023-08-21 20:19:14 +0100 |
commit | b369f0ba87c1234722174ef0d32d873de30cb555 (patch) | |
tree | 3e22c7dab0731784c9fcd2a0d87bf55e2af6cfbb /gcc | |
parent | 39491441a3aca7725d5a6dfeea4b01229d30c899 (diff) | |
download | gcc-b369f0ba87c1234722174ef0d32d873de30cb555.zip gcc-b369f0ba87c1234722174ef0d32d873de30cb555.tar.gz gcc-b369f0ba87c1234722174ef0d32d873de30cb555.tar.bz2 |
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.
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/testsuite/gcc.dg/unroll-7.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.dg/unroll-7.c b/gcc/testsuite/gcc.dg/unroll-7.c index 650448d..17c5e53 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" } } */ |