diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 3f526613ace..87f31af01af 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2003-10-09 Mark Mitchell + + * g++.dg/ext/attrib8.C: Only run it on x86 targets. + 2003-10-08 Richard Sandiford * gcc.c-torture/compile/mipscop-[1-4].c: Disable for mips16. diff --git a/gcc/testsuite/g++.dg/ext/attrib8.C b/gcc/testsuite/g++.dg/ext/attrib8.C index 12f6d0b39d5..26021c56ca4 100644 --- a/gcc/testsuite/g++.dg/ext/attrib8.C +++ b/gcc/testsuite/g++.dg/ext/attrib8.C @@ -1,4 +1,5 @@ // PR 8656 +// { dg-do compile { target i?86-*-* } } extern int * (__attribute__((stdcall)) *fooPtr)( void); int * __attribute__((stdcall)) myFn01( void) { return 0; }