view gcc/testsuite/gcc.dg/pr94286.c @ 152:2b5abeee2509

update gcc11
author anatofuz
date Mon, 25 May 2020 07:50:57 +0900
parents
children
line wrap: on
line source

/* PR target/94286 */
/* { dg-do compile } */
/* { dg-options "-O2 -g" } */

unsigned a, b;

int
foo (void)
{
  return __builtin_sub_overflow (a, 0x80000000U, &b);
}