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] More Tru64 UNIX V5.1 testsuite fixes


Rainer Orth wrote:
This patch fixes a couple of additional Tru64 UNIX V5.1 testsuite
failures:

Your previous Tru64 testsuite patch had a typo that you might want to fix while you're at it:
diff -r 562c96993da9 gcc/testsuite/g++.dg/ext/label13.C
--- a/gcc/testsuite/g++.dg/ext/label13.C Fri Mar 26 16:29:15 2010 +0100
+++ b/gcc/testsuite/g++.dg/ext/label13.C Fri Mar 26 16:52:31 2010 +0100
@@ -8,7 +8,7 @@
C();
};


-C::C() // { dg-bogus "can never be copied" "" { xfail *-apple-darwin* } }
+C::C() // { dg-bogus "can never be copied" "" { xfail *-apple-darwin* alpha*-ded-osf* } }
{
static void *labelref = &&label;
goto *labelref;



Note the typo in the host triplet.


-tgc


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