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

/* { dg-do run { target powerpc-*-darwin* } } */
/* { dg-options "-msse -msse2 -march=pentium4 -mcpu=pentium4" } */

int
main ()
{
  return 0;
}