aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.target/arm/builtin-trap.c
blob: 4ff8d253e751c9aa579b6e2c0ec4fa3c31214f39 (plain)
1
2
3
4
5
6
7
8
9
10
/* { dg-do compile } */
/* { dg-require-effective-target arm32 } */

void
trap ()
{
  __builtin_trap ();
}

/* { dg-final { scan-assembler "0xe7f000f0" { target { arm_nothumb } } } } */