This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Testsuite patch for Solaris 10


On Nov 16, 2004, at 5:01 PM, Janis Johnson wrote:
--- gcc/testsuite/g++.dg/abi/empty7.C 12 Nov 2004 22:22:10 -0000 1.2
+++ gcc/testsuite/g++.dg/abi/empty7.C 16 Nov 2004 21:03:11 -0000
@@ -1,5 +1,5 @@
// { dg-do run { target i?86-*-* } }
-// { dg-forbid-option "-m64" }
+// { dg-skip-if "" { i?86-*-* } { "-m64" } { "" } }
// { dg-options "-fabi-version=0" }


struct S1 {};

Just an FYI, but darwin will soon have a functioning -m64 flag. I'm happy to let Stan do the first dejagnu test and update all that he finds. :-)



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]