Skip to content
Snippets Groups Projects
Commit adf1da77 authored by kelefth's avatar kelefth Committed by Philipp Tomsich
Browse files

testsuite: XFAIL test in pr109393.c for ilp32 targets [PR116845]

The match.pd canonicalization that this testcase checks for,
is not applied on ilp32 targets.

This XFAILs the test on ilp32 targets.

	PR testsuite/116845

gcc/testsuite/ChangeLog:

	* gcc.dg/pr109393.c: XFAIL on ilp32 targets.
parent 4c8c9c9e
No related branches found
No related tags found
No related merge requests found
......@@ -20,4 +20,5 @@ int bar(int *a, int j)
return (&a[j + 1] - 2) == &a[k];
}
/* { dg-final { scan-tree-dump-times "return 1;" 3 "optimized" } } */
/* The pattern is not applied on ilp32 targets (PR116845). */
/* { dg-final { scan-tree-dump-times "return 1;" 3 "optimized" { xfail { ilp32 } } } } */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment