aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/lto/pr85248_1.c
blob: 5ce257181fbe59f101b9dc1e13c6da5b6c00d439 (plain)
1
2
3
4
5
6
7
8
9
/* { dg-options "-fno-lto" } */

void
test (int s, int e)
{
  asm volatile ("" : "+g" (s), "+g" (e) : : "memory");
  if (s)
    __builtin_abort ();
}