Fix gcc.dg/attr-alloc_size-4.c on i?86 (PR testsuite/79051)
authorRainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
Thu, 19 Jan 2017 17:42:50 +0000 (17:42 +0000)
committerRainer Orth <ro@gcc.gnu.org>
Thu, 19 Jan 2017 17:42:50 +0000 (17:42 +0000)
PR testsuite/79051
* gcc.dg/attr-alloc_size-4.c (test_int_range) [__i386__ ||
__x86_64__]: Allow for target i?86-*-*.

From-SVN: r244647

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/attr-alloc_size-4.c

index 0ba8f93b6a889492ca5b86e9880d3cd06f96c583..662fbc548dcafe1ef9724e1162e7f2d830e85442 100644 (file)
@@ -1,3 +1,9 @@
+2017-01-19  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
+
+       PR testsuite/79051
+       * gcc.dg/attr-alloc_size-4.c (test_int_range) [__i386__ ||
+       __x86_64__]: Allow for target i?86-*-*.
+
 2017-01-19  Matthew Fortune  <matthew.fortune@imgtec.com>
 
        PR target/78176
index 7c33a1dd60052c24817a6ff05b8e14e8fea73f85..fd7d7ade772f4818b5de17a3a74b96e90e63b2fa 100644 (file)
@@ -140,7 +140,7 @@ test_int_range (int n)
 
 #if __i386__ || __x86_64__
   /* Avoid failures described in bug 79051.  */
-  sink (f_int_1 (SAR (min + 2, 1235)));   /* { dg-warning "argument 1 range \\\[1236, \[0-9\]+\\\] exceeds maximum object size 1234" "" { target { x86_64-*-* } } } */
+  sink (f_int_1 (SAR (min + 2, 1235)));   /* { dg-warning "argument 1 range \\\[1236, \[0-9\]+\\\] exceeds maximum object size 1234" "" { target { i?86-*-* x86_64-*-* } } } */
 #endif
 
   sink (f_int_1 (SAR (0, max)));   /* { dg-warning "argument 1 range \\\[-\[0-9\]*, -1\\\] is negative" } */