aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.target/aarch64/pr60034.c
blob: ab7e7f4a333c887034f2cc47cdf54692bd30feb2 (plain)
1
2
3
4
5
6
7
8
9
10
/* { dg-do compile } */
/* { dg-options "-std=gnu99 -O" } */

static unsigned long global_max_fast;

void __libc_mallopt (int param_number, int value)
{
 __asm__ __volatile__ ("# %[_SDT_A21]" :: [_SDT_A21] "nor" ((global_max_fast)));
 global_max_fast = 1;
}