Warray-bounds-4.c (test_strcpy_bounds_memarray_range): XFAIL last test on SPARC and...
authorEric Botcazou <ebotcazou@adacore.com>
Tue, 16 Jan 2018 22:38:49 +0000 (22:38 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Tue, 16 Jan 2018 22:38:49 +0000 (22:38 +0000)
* c-c++-common/Warray-bounds-4.c (test_strcpy_bounds_memarray_range):
XFAIL last test on SPARC and Visium.

From-SVN: r256763

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

index c39a9fbbb6336c261f2efa1330542cd55e68952d..cead046389a26522490b68c000c3c794d5c7f9d5 100644 (file)
@@ -1,3 +1,8 @@
+2018-01-16  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * c-c++-common/Warray-bounds-4.c (test_strcpy_bounds_memarray_range):
+       XFAIL last test on SPARC and Visium.
+
 2018-01-16  Vladimir Makarov  <vmakarov@redhat.com>
 
        PR rtl-optimization/80481
index 57b9ffa00ceae1536ea42730d64ef596eb31842d..9c434eb5cd21bc906344ae327c5bc8b0daa6fa14 100644 (file)
@@ -64,5 +64,5 @@ void test_strcpy_bounds_memarray_range (void)
   TM ("01", "",    ma.a5 + i, ma.a5);
   TM ("012", "",   ma.a5 + i, ma.a5);
   TM ("0123", "",  ma.a5 + i, ma.a5);     /* { dg-warning "offset 6 from the object at .ma. is out of the bounds of referenced subobject .a5. with type .char\\\[5]. at offset 0" "strcpy" { xfail *-*-* } } */
-  TM ("", "012345", ma.a7 + i, ma.a7);    /* { dg-warning "offset 13 from the object at .ma. is out of the bounds of referenced subobject .\(MA::\)?a7. with type .char ?\\\[7]. at offset 5" } */
+  TM ("", "012345", ma.a7 + i, ma.a7);    /* { dg-warning "offset 13 from the object at .ma. is out of the bounds of referenced subobject .\(MA::\)?a7. with type .char ?\\\[7]. at offset 5" "strcpy" { xfail sparc*-*-* visium-*-* } } */
 }