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 ***

Reply via email to