+2017-01-16 Martin Sebor <msebor@redhat.com>
+
+ PR testsuite/79051
+ * gcc.dg/attr-alloc_size-4.c: Avoid exercising a test case except
+ on x86.
+
2017-01-16 Paolo Carlini <paolo.carlini@oracle.com>
Revert:
sink (f_int_1 (SAR (-4, 1234))); /* { dg-warning "argument 1 range \\\[1235, \[0-9\]+\\\] exceeds maximum object size 1234" } */
sink (f_int_1 (SAR (min + 1, 1233)));
+#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-*-* } } } */
+#endif
sink (f_int_1 (SAR (0, max))); /* { dg-warning "argument 1 range \\\[-\[0-9\]*, -1\\\] is negative" } */
/* The range below includes zero which would be diagnosed by