OSDN Git Service

* g++.dg/cpp/_Pragma1.C: Skip on alpha*-dec-osf*.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.dg / ext / label13.C
index 63fd333..151a45a 100644 (file)
@@ -8,7 +8,7 @@ struct C
   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;