]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
gcc/testsuite/ChangeLog:
authormsebor <msebor@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 8 Oct 2019 15:33:50 +0000 (15:33 +0000)
committermsebor <msebor@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 8 Oct 2019 15:33:50 +0000 (15:33 +0000)
PR tetsuite/92025
* gcc.dg/Wstringop-overflow-12.c: Remove xfail.

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

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@276703 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/Wstringop-overflow-12.c

index fb2264fa2ba220c1b179842532c0b537ac68a79b..895c06f8ed400d1260efe4dd87796a084ce2fc64 100644 (file)
@@ -1,3 +1,8 @@
+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.
index 04fa114f48cbe625918fa9f0e271f5da74edf016..5a05f5cf7cf7beddee93467b4318450366a87e61 100644 (file)
@@ -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 " } */
 }