aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.target/aarch64/arch-diagnostics-2.c
blob: f1f3ea38c2aebd51a2dbb7376414d9ace52d7851 (plain)
1
2
3
4
5
6
7
/* { dg-error "missing" "" {target "aarch64*-*-*" } } */
/* { dg-options "-O2 -march=+dummy" } */

void f ()
{
  return;
}