* g++.dg/ext/attrib8.C: Only run it on x86 targets.

From-SVN: r72280
This commit is contained in:
Mark Mitchell 2003-10-09 18:08:50 +00:00 committed by Mark Mitchell
parent 137f5e8417
commit b18ff0cdda
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2003-10-09 Mark Mitchell <mark@codesourcery.com>
* g++.dg/ext/attrib8.C: Only run it on x86 targets.
2003-10-08 Richard Sandiford <rsandifo@redhat.com>
* gcc.c-torture/compile/mipscop-[1-4].c: Disable for mips16.

View File

@ -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; }