]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* g++.dg/cpp0x/alias-decl-debug-0.C: Move dg-skip after dg-do.
authorAndreas Schwab <schwab@gcc.gnu.org>
Sun, 9 Mar 2014 07:52:48 +0000 (07:52 +0000)
committerAndreas Schwab <schwab@gcc.gnu.org>
Sun, 9 Mar 2014 07:52:48 +0000 (07:52 +0000)
From-SVN: r208441

gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/cpp0x/alias-decl-debug-0.C

index 318f5197182f8440611f6634caca3041042c5a0c..44e94c4b500717fb35d74a39a3bfe6261ba04201 100644 (file)
@@ -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>
 
 
 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>
 
        * 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.
index 50df842315fbb307242c6ce1d377a395f794e72a..524216ad5c07b0bcde6f87fed63c841fbcf9cb08 100644 (file)
@@ -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>