]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
xfail store_merging_19.c for the same reason as store_merging_18.c
authorAndrew Pinski <andrew.pinski@oss.qualcomm.com>
Tue, 13 Jan 2026 05:06:49 +0000 (21:06 -0800)
committerAndrew Pinski <andrew.pinski@oss.qualcomm.com>
Tue, 13 Jan 2026 05:10:44 +0000 (21:10 -0800)
store_merging_19.c is almost the same as store_merging_18.c except
it has assume align in it to allow it work on strict align targets.
Somehow when I was looking at the testresults I noticed 18 but not 19
when I was looking into failures.

Pushed as obvious.

gcc/testsuite/ChangeLog:

* gcc.dg/store_merging_19.c: xfail.

Signed-off-by: Andrew Pinski <andrew.pinski@oss.qualcomm.com>
gcc/testsuite/gcc.dg/store_merging_19.c

index 0a2bbc4bfdebe5dce346e60097de524701b4389b..c4e4a94e35b34c48ca64a42fa34434d4c2fb8c5b 100644 (file)
@@ -1,7 +1,8 @@
 /* PR tree-optimization/83843 */
 /* { dg-do run } */
 /* { dg-options "-O2 -fno-tree-vectorize -fdump-tree-store-merging" } */
-/* { dg-final { scan-tree-dump-times "Merging successful" 3 "store-merging" { target store_merge } } } */
+/* xfailed after PR 122845, see PR 123541 ( */
+/* { dg-final { scan-tree-dump-times "Merging successful" 3 "store-merging" { target store_merge xfail *-*-* } } } */
 
 __attribute__((noipa)) void
 foo (unsigned char *buf, unsigned char *tab)