blob: 83b01242f41d5f0a052e5c2b73396337b9231670 [file] [log] [blame]
/* Test default cpu type */
/* { dg-do compile { target powerpc*-*-darwin* } } */
/* This test doesn't make sense on 64-bit darwin. */
/* { dg-skip-if "" { powerpc*-*-darwin* } { "-m64" } { "" } } */
/* { dg-options "-mmacosx-version-min=10.4" } */
int main()
{
return 0;
}
/* { dg-final { scan-assembler "machine ppc" } } */
/* { dg-final { scan-assembler-not "machine ppc7400" } } */