aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.target/aarch64/cpu-diagnostics-2.c
blob: 2ca006598ff84cf0b92f229e72f83750d4c5e91f (plain)
1
2
3
4
5
6
7
/* { dg-error "missing" "" {target "aarch64*-*-*" } } */
/* { dg-options "-O2 -mcpu=cortex-a53+no" } */

void f ()
{
  return;
}