Fixup recent gcc.dg/vect/bb-slp-pattern-2.c change
Checks
| Context |
Check |
Description |
| linaro-tcwg-bot/tcwg_simplebootstrap_build--master-arm-bootstrap |
fail
|
Patch failed to apply
|
| linaro-tcwg-bot/tcwg_simplebootstrap_build--master-aarch64-bootstrap |
fail
|
Patch failed to apply
|
Commit Message
I exchanged a target constaint for an xfail, attempting to xfail
only where it previously was constrainted to pass. That doesn't
work, so instead combine both.
Tested on x86_64-unknown-linux-gnu, pushed.
* gcc.dg/vect/bb-slp-pattern-2.c: Both guard with target
and xfail.
---
gcc/testsuite/gcc.dg/vect/bb-slp-pattern-2.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
@@ -50,4 +50,4 @@ int main ()
return 0;
}
-/* { dg-final { scan-tree-dump-times "optimized: basic block" 1 "slp1" { xfail { vect_element_align && vect_pack_trunc } } } } */
+/* { dg-final { scan-tree-dump-times "optimized: basic block" 1 "slp1" { target { vect_element_align && vect_pack_trunc } xfail { vect_element_align && vect_pack_trunc } } } } */