aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans-Peter Nilsson <hp@axis.com>2023-02-27 18:40:02 +0100
committerHans-Peter Nilsson <hp@bitrange.com>2023-02-28 02:23:06 +0100
commit5c70121c57c544a9afeb842984c9a0a36816c590 (patch)
tree132c45e2504c55bbc5c9ad206c0ebae3ef6932b2
parentbe0ea4af0cc2f77ff497cfd16daab2f6497136ac (diff)
downloadgcc-5c70121c57c544a9afeb842984c9a0a36816c590.zip
gcc-5c70121c57c544a9afeb842984c9a0a36816c590.tar.gz
gcc-5c70121c57c544a9afeb842984c9a0a36816c590.tar.bz2
testsuite: Remove xfail gcc.dg/tree-ssa/pr91091-2.c RHS ! natural_alignment_32
Reacting to a long-standing XPASS for CRIS. This one is slightly brown paper-bag level; it was never the here-removed xfailed scan that failed and I didn't notice that XPASS when reporting success on the commit as a whole. It's not logical to re-read what was just-written even with overlap issues, and I'm sure that edit was originally a copy-pasto. I checked historical m68k-linux and pru-elf test-results too, to verify that I got that part right. PR testsuite/91419 * gcc.dg/tree-ssa/pr91091-2.c:15 Remove xfail for RHS.
-rw-r--r--gcc/testsuite/gcc.dg/tree-ssa/pr91091-2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.dg/tree-ssa/pr91091-2.c b/gcc/testsuite/gcc.dg/tree-ssa/pr91091-2.c
index ecc50d3..7925415 100644
--- a/gcc/testsuite/gcc.dg/tree-ssa/pr91091-2.c
+++ b/gcc/testsuite/gcc.dg/tree-ssa/pr91091-2.c
@@ -12,4 +12,4 @@ void swap(struct s* p, struct t* q)
/* The second statement is redundant. */
/* { dg-final { scan-tree-dump-times "x = " 1 "fre1" { xfail { ! natural_alignment_32 } } } } */
-/* { dg-final { scan-tree-dump-times " = \[^;\]*x;" 1 "fre1" { xfail { ! natural_alignment_32 } } } } */
+/* { dg-final { scan-tree-dump-times " = \[^;\]*x;" 1 "fre1" } } */