Skip to content

Commit

Permalink
XFAIL parts broken deliberately by r13-1762-gf9d4c3b45c5ed5
Browse files Browse the repository at this point in the history
The following XFAILs recognizing a complex store as memset.

Tested on x86_64-unknown-linux-gnu, pushed to trunk and branch.

	PR tree-optimization/110829
	* gcc.dg/pr56837.c: XFAIL part of the testcase.
  • Loading branch information
rguenth authored and ouuleilei-bot committed Jul 27, 2023
1 parent c2d62cd commit a57b888
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gcc/testsuite/gcc.dg/pr56837.c
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,5 @@ fv (void)
/* { dg-final { scan-tree-dump-times "memset ..d, 68, 8192.;" 1 "optimized" } } */
/* { dg-final { scan-tree-dump-times "memset ..l, 124, 8192.;" 1 "optimized" } } */
/* { dg-final { scan-tree-dump-times "memset ..b, 1, 1024.;" 1 "optimized" } } */
/* { dg-final { scan-tree-dump-times "memset ..c, 68, 16384.;" 1 "optimized" } } */
/* { dg-final { scan-tree-dump-times "memset ..c, 68, 16384.;" 1 "optimized" { xfail *-*-* } } } */
/* { dg-final { scan-tree-dump-times "memset ..v, 18, 16384.;" 1 "optimized" } } */

0 comments on commit a57b888

Please sign in to comment.