PR testsuite/83462 - c-c++-common/Warray-bounds-3.c fails
authorMartin Sebor <msebor@redhat.com>
Fri, 22 Dec 2017 00:07:39 +0000 (00:07 +0000)
committerMartin Sebor <msebor@gcc.gnu.org>
Fri, 22 Dec 2017 00:07:39 +0000 (17:07 -0700)
gcc/testsuite/ChangeLog

* c-c++-common/Warray-bounds-3.c: Adjust dg-warning grep pattern.

From-SVN: r255962

gcc/testsuite/ChangeLog
gcc/testsuite/c-c++-common/Warray-bounds-3.c

index df630ad78717165d77e37c1bd36fc4ad3c13bd7f..79ee49c42cc7f0d9331ee7bd7aab9e0b584ed70c 100644 (file)
@@ -1,3 +1,8 @@
+2017-12-21  Martin Sebor  <msebor@redhat.com>
+
+       PR testsuite/83462
+       * c-c++-common/Warray-bounds-3.c: Adjust dg-warning grep pattern.
+
 2017-12-21  Jakub Jelinek  <jakub@redhat.com>
 
        PR middle-end/83487
index 73103f43d01a1ea0e6d686bfae43f21b7cd5f728..30e5cfe37c5424d3b93c7a6f95d60e8d63fc6263 100644 (file)
@@ -359,7 +359,7 @@ void test_strcpy_bounds_memarray_range (void)
   TM (a5, "0",    ma.a5 + i, ma.a5);
   TM (a5, "01",   ma.a5 + i, ma.a5);
   TM (a5, "012",  ma.a5 + i, ma.a5);
-  TM (a5, "0123", ma.a5 + i, ma.a5);     /* { dg-warning "offset 10 from the object at .ma. is out of the bounds of referenced subobject .\(MA::\)?a5. with type .char\\\[5]. at offset 4" "strcpy" { xfail *-*-* } } */
+  TM (a5, "0123", ma.a5 + i, ma.a5);     /* { dg-warning "offset 10 from the object at .ma. is out of the bounds of referenced subobject .\(MA::\)?a5. with type .char ?\\\[5]. at offset 4" "strcpy" { xfail *-*-* } } */
 
   TM (a11, "0",       ma.a5, ma.a11);
   TM (a11, "01",      ma.a5, ma.a11);