From: Mark Mitchell Date: Thu, 9 Oct 2003 18:08:50 +0000 (+0000) Subject: * g++.dg/ext/attrib8.C: Only run it on x86 targets. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b18ff0cdda2c2502dae22504ed7c303ac021bad4;p=gcc.git * g++.dg/ext/attrib8.C: Only run it on x86 targets. From-SVN: r72280 --- 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; }