* g++.dg/ext/attrib8.C: Only run it on x86 targets.
From-SVN: r72280
This commit is contained in:
parent
137f5e8417
commit
b18ff0cdda
2 changed files with 5 additions and 0 deletions
|
@ -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.
|
||||
|
|
|
@ -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; }
|
||||
|
|
Loading…
Add table
Reference in a new issue