aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.target/powerpc/power11-1.c
blob: 029a59639b1d97fc41db5fd422354def5fe83ca3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* { dg-do compile } */
/* { dg-options "-mdejagnu-cpu=power11 -O2" } */

/* Basic check to see if the compiler supports -mcpu=power11 and if it defines
   _ARCH_PWR11.  */

#ifndef _ARCH_PWR11
#error "-mcpu=power11 is not supported"
#endif

void foo (void)
{
}