Remove XFAIL from gcc/testsuite/gcc.dg/unroll-7.c
This test passes since commit e41103081b
"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.
This commit is contained in:
parent
39491441a3
commit
b369f0ba87
1 changed files with 1 additions and 1 deletions
|
@ -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" } } */
|
||||
|
|
Loading…
Add table
Reference in a new issue