aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@gcc.gnu.org>2014-03-09 07:52:48 +0000
committerAndreas Schwab <schwab@gcc.gnu.org>2014-03-09 07:52:48 +0000
commitaced91b1f3a42e8c0119c1a05b6972d4f739aa11 (patch)
tree681ea989291b310838c72771f583dfb8e9ed080f
parente132905869e24e218cd89636a399362a9e69d6ed (diff)
downloadgcc-aced91b1f3a42e8c0119c1a05b6972d4f739aa11.zip
gcc-aced91b1f3a42e8c0119c1a05b6972d4f739aa11.tar.gz
gcc-aced91b1f3a42e8c0119c1a05b6972d4f739aa11.tar.bz2
* g++.dg/cpp0x/alias-decl-debug-0.C: Move dg-skip after dg-do.
From-SVN: r208441
-rw-r--r--gcc/testsuite/ChangeLog12
-rw-r--r--gcc/testsuite/g++.dg/cpp0x/alias-decl-debug-0.C2
2 files changed, 9 insertions, 5 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 318f519..44e94c4 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,6 +1,10 @@
+2014-03-09 Andreas Schwab <schwab@linux-m68k.org>
+
+ * g++.dg/cpp0x/alias-decl-debug-0.C: Move dg-skip after dg-do.
+
2014-03-08 Paulo Matos <paulo@matos-sorge.com>
- * gcc.dg/lto/pr55113_0.c: New testcase.
+ * gcc.dg/lto/pr55113_0.c: New testcase.
2014-03-08 Adam Butcher <adam@jessamine.co.uk>
@@ -63,7 +67,7 @@
Revert
2014-03-04 Paulo Matos <paulo@matos-sorge.com>
- * gcc.dg/lto/pr55113_0.c: New testcase.
+ * gcc.dg/lto/pr55113_0.c: New testcase.
2014-03-05 Jakub Jelinek <jakub@redhat.com>
@@ -110,7 +114,7 @@
2014-03-04 Paulo Matos <paulo@matos-sorge.com>
- * gcc.dg/lto/pr55113_0.c: New testcase.
+ * gcc.dg/lto/pr55113_0.c: New testcase.
2014-03-04 Paolo Carlini <paolo.carlini@oracle.com>
@@ -224,7 +228,7 @@
* gcc.c-torture/compile/pr52714.c: New test.
2014-02-27 Mikael Pettersson <mikpe@it.uu.se>
- Jeff Law <law@redhat.com>
+ Jeff Law <law@redhat.com>
PR rtl-optimization/49847
* g++.dg/pr49847.C: New test.
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 50df842..524216a 100644
--- a/gcc/testsuite/g++.dg/cpp0x/alias-decl-debug-0.C
+++ b/gcc/testsuite/g++.dg/cpp0x/alias-decl-debug-0.C
@@ -1,6 +1,6 @@
// Origin: PR c++/51032
-// { dg-skip-if "No stabs" { aarch64*-*-* mmix-*-* *-*-aix* alpha*-*-* hppa*64*-*-* ia64-*-* *-*-vxworks* nios2-*-* } { "*" } { "" } }
// { dg-do compile { target c++11 } }
+// { dg-skip-if "No stabs" { aarch64*-*-* mmix-*-* *-*-aix* alpha*-*-* hppa*64*-*-* ia64-*-* *-*-vxworks* nios2-*-* } { "*" } { "" } }
// { dg-options "-gstabs+" }
template <class C>