[Bug testsuite/79109] FAIL: gcc.dg/attr-alloc_size-4.c (test for excess errors)
msebor at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Wed Jan 18 20:23:00 GMT 2017
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79109
Martin Sebor <msebor at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
CC| |msebor at gcc dot gnu.org
Component|c |testsuite
Resolution|--- |DUPLICATE
--- Comment #1 from Martin Sebor <msebor at gcc dot gnu.org> ---
I can't reproduce the failure with a cross compiler. After r244497 there is no
assertion on like 142 and the one that was failing before is disabled except
for x86 so this must already have been fixed. Resolving as a duplicate of bug
79051. Please open a new bug if any of the other assertions in this test fail.
141 #if __i386__ || __x86_64__
142 /* Avoid failures described in bug 79051. */
143 sink (f_int_1 (SAR (min + 2, 1235))); /* { dg-warning "argument 1
range \\\[1236, \[0-9\]+\\\] exceeds maximum object size 1234" "" { target {
x86_64-*-* } } } */
144 #endif
*** This bug has been marked as a duplicate of bug 79051 ***
More information about the Gcc-bugs
mailing list