aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.apple/x86-ignored-options.c
blob: d48919758bf25ec5c1dec2dee7f50cac6ac125d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
/* Test options to ignore.  */

/* { dg-do run { target i?86-*-darwin* } } */
/* { dg-options "-faltivec -mno-fused-madd -mlong-branch -mlongcall -mcpu=G4 -mcpu=G5" } */

int
main ()
{
  return 0;
}