ppc-ignored-options-2.c   [plain text]


/* Test options to ignore.  */

/* { dg-do run { target powerpc-*-darwin* } } */
/* { dg-options "-msse3" } */

int
main ()
{
  return 0;
}