Hi,

The attached patch updates the g++ test g++.dg/cpp0x/alias-decl-debug-0.C to skip aarch64*-*-*, on which there is no support for STABS.

OK for the trunk?

Thanks,
Yufeng

gcc/testsuite/

        * g++.dg/cpp0x/alias-decl-debug-0.C: Add aarch64*-*-* to the
        dg-skip-if "No stabs".
diff --git a/gcc/testsuite/g++.dg/cpp0x/alias-decl-debug-0.C 
b/gcc/testsuite/g++.dg/cpp0x/alias-decl-debug-0.C
index 6365528..a9aae37 100644
--- a/gcc/testsuite/g++.dg/cpp0x/alias-decl-debug-0.C
+++ b/gcc/testsuite/g++.dg/cpp0x/alias-decl-debug-0.C
@@ -1,5 +1,5 @@
 // Origin: PR c++/51032
-// { dg-skip-if "No stabs" { mmix-*-* *-*-aix* alpha*-*-* hppa*64*-*-* 
ia64-*-* *-*-vxworks* } { "*" } { "" } }
+// { dg-skip-if "No stabs" { aarch64*-*-* mmix-*-* *-*-aix* alpha*-*-* 
hppa*64*-*-* ia64-*-* *-*-vxworks* } { "*" } { "" } }
 // { dg-options "-std=c++0x -gstabs+" }
 
 template <class C>

Reply via email to