aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.target/nios2/nios2-builtin-custom.c
blob: 18399facc00a1dfd2686da371ae0eb439416f92c (plain)
1
2
3
4
5
6
7
8
9
/* { dg-do compile } */
/* { dg-final { scan-assembler "custom" } } */

/* This test case used to cause an unrecognizable insn crash.  */

void foo (void)
{
  int offset = __builtin_custom_in(0x1);
}