Commit b18ff0cd by Mark Mitchell Committed by Mark Mitchell

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

From-SVN: r72280
parent 137f5e84
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> 2003-10-08 Richard Sandiford <rsandifo@redhat.com>
* gcc.c-torture/compile/mipscop-[1-4].c: Disable for mips16. * gcc.c-torture/compile/mipscop-[1-4].c: Disable for mips16.
......
// PR 8656 // PR 8656
// { dg-do compile { target i?86-*-* } }
extern int * (__attribute__((stdcall)) *fooPtr)( void); extern int * (__attribute__((stdcall)) *fooPtr)( void);
int * __attribute__((stdcall)) myFn01( void) { return 0; } int * __attribute__((stdcall)) myFn01( void) { return 0; }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment