Commit 0de55866 by Martin Sebor Committed by Martin Sebor

re PR testsuite/92025 (gcc.dg/Wstringop-overflow-12.c XPASSes)

gcc/testsuite/ChangeLog:

	PR tetsuite/92025
	* gcc.dg/Wstringop-overflow-12.c: Remove xfail.

2019-10-08  Richard Biener  <rguenther@suse.de>

From-SVN: r276703
parent 17ce4f48
2019-10-08 Martin Sebor <msebor@redhat.com>
PR tetsuite/92025
* gcc.dg/Wstringop-overflow-12.c: Remove xfail.
2019-10-08 Richard Biener <rguenther@suse.de>
* gcc.dg/vect/pr65947-1.c: Adjust.
......
......@@ -39,7 +39,7 @@ void test_memcpy_array_cst_range_off (const void *s)
T (d + SR (-7, -1), 1);
T (d + SR (-2, -1), 3); /* { dg-warning "writing 3 bytes into a region of size 2 " "pr85350" { xfail *-*-* } } */
T (d + UR (1, 2), 1); /* { dg-warning "writing 1 byte into a region of size 0 " "pr89350" { xfail *-*-* } } */
T (d + UR (1, 2), 1); /* { dg-warning "writing 1 byte into a region of size 0 " } */
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment