]> gcc.gnu.org Git - gcc.git/commitdiff
* g++.dg/ext/attrib8.C: Only run it on x86 targets.
authorMark Mitchell <mark@codesourcery.com>
Thu, 9 Oct 2003 18:08:50 +0000 (18:08 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Thu, 9 Oct 2003 18:08:50 +0000 (18:08 +0000)
From-SVN: r72280

gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/ext/attrib8.C

index 3f526613ace02bb89777d3d2484e669eb4710b25..87f31af01af358575c08e2a2b8ab04913dd31ae6 100644 (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.
index 12f6d0b39d51fea262190eb123e1026f077eb8c3..26021c56ca4b0e976af18ddf3b16703e07f489cc 100644 (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; }
This page took 0.095166 seconds and 5 git commands to generate.