https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112499

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jakub at gcc dot gnu.org
           Keywords|needs-bisection             |

--- Comment #2 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Started with r6-3469-gef537cc859dd149230454398078da6d3128cfd9a
Testcase without headers:

typedef unsigned __INTPTR_TYPE__ uintptr_t;

int
foo (void)
{
  static uintptr_t a = ((char *)&&l3 - (char *)&&l2) + ((char *)&&l1 - (char
*)&&l2);
l1:
l2:
l3:
  return a;
}

Reply via email to