Commit 67f40e18 by Eric Botcazou Committed by Eric Botcazou

* c-c++-common/Wrestrict.c (test_strcpy_range): Revert latest change.

From-SVN: r256778
parent a3ed8bc3
2018-01-16 Eric Botcazou <ebotcazou@adacore.com>
* c-c++-common/Wrestrict.c (test_strcpy_range): Revert latest change.
2018-01-16 Sebastian Peryt <sebastian.peryt@intel.com> 2018-01-16 Sebastian Peryt <sebastian.peryt@intel.com>
PR target/83546 PR target/83546
......
...@@ -758,8 +758,7 @@ void test_strcpy_range (void) ...@@ -758,8 +758,7 @@ void test_strcpy_range (void)
T (8, "012", a + r, a); /* { dg-warning "accessing 4 bytes at offsets \\\[3, \[0-9\]+] and 0 may overlap 1 byte at offset 3" "strcpy" } */ T (8, "012", a + r, a); /* { dg-warning "accessing 4 bytes at offsets \\\[3, \[0-9\]+] and 0 may overlap 1 byte at offset 3" "strcpy" } */
r = SR (DIFF_MAX - 2, DIFF_MAX - 1); r = SR (DIFF_MAX - 2, DIFF_MAX - 1);
T (8, "0123", a + r, a); /* { dg-warning "accessing 5 bytes at offsets \\\[\[0-9\]+, \[0-9\]+] and 0 overlaps" "strcpy" } */ T (8, "012", a + r, a); /* { dg-warning "accessing 4 bytes at offsets \\\[\[0-9\]+, \[0-9\]+] and 0 overlaps" "strcpy" } */
/* { dg-warning "writing 5 bytes into a region of size 0 overflows" "memcpy" { target *-*-* } .-1 } */
/* Exercise the full range of ptrdiff_t. */ /* Exercise the full range of ptrdiff_t. */
r = signed_value (); r = signed_value ();
......
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