pr44641.C: Revert line number change.
authorDavid Edelsohn <dje.gcc@gmail.com>
Sun, 27 Sep 2015 17:31:11 +0000 (17:31 +0000)
committerDavid Edelsohn <dje@gcc.gnu.org>
Sun, 27 Sep 2015 17:31:11 +0000 (13:31 -0400)
        * g++.dg/debug/dwarf2/pr44641.C: Revert line number change. Remove
        skip on AIX.  XFAIL individual line tests.

From-SVN: r228177

gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/debug/dwarf2/pr44641.C

index 36bc937664eca7812f8f6c0981d2e17133df9d79..e2c566ab21e90b98494400e093a6cff50b851c7b 100644 (file)
@@ -1,3 +1,8 @@
+2015-09-27  David Edelsohn  <dje.gcc@gmail.com>
+
+       * g++.dg/debug/dwarf2/pr44641.C: Revert line number change. Remove
+       skip on AIX.  XFAIL individual line tests.
+
 2015-09-27  Alexandre Oliva <aoliva@redhat.com>
 
        PR rtl-optimization/64164
index bbec4af4e9461b9fd4f1c89e7ef52b9da9c3813d..d50df25f693b79d44b5b1d54bcd5c7718aefa44a 100644 (file)
@@ -1,6 +1,5 @@
 // Origin: PR 44641
 // { dg-do compile }
-// { dg-skip-if "" { powerpc-ibm-aix* } { "*" } { "" } }
 // { dg-options "-gdwarf-2 -O0 -dA" }
 
 template <class A> struct MisplacedDbg;
@@ -20,21 +19,21 @@ template<typename T> struct Base  {
 };
 
 template <>
-struct MisplacedDbg<Full>  // { dg-function-on-line {_ZN12MisplacedDbgI4FullEC[12]Ev} }
-                           // { dg-function-on-line {_ZN12MisplacedDbgI4FullED0Ev} { target *-*-* } 23 }
+struct MisplacedDbg<Full>  // { dg-function-on-line {_ZN12MisplacedDbgI4FullEC[12]Ev} { xfail powerpc-ibm-aix* } }
+                           // { dg-function-on-line {_ZN12MisplacedDbgI4FullED0Ev} { target *-*-* xfail powerpc-ibm-aix* } 22 }
 
     : public Base<int> {
 };
 
 template <class T>
-struct MisplacedDbg<T*>  // { dg-function-on-line {_ZN12MisplacedDbgIP3ArgEC[12]Ev} }
-                         // { dg-function-on-line {_ZN12MisplacedDbgIP3ArgED0Ev} { target *-*-* } 30 }
+struct MisplacedDbg<T*>  // { dg-function-on-line {_ZN12MisplacedDbgIP3ArgEC[12]Ev} { xfail powerpc-ibm-aix* } }
+                         // { dg-function-on-line {_ZN12MisplacedDbgIP3ArgED0Ev} { target *-*-* xfail powerpc-ibm-aix* } 29 }
     : public Base<int> {
 };
 
 template <class A>
-struct MisplacedDbg  // { dg-function-on-line {_ZN12MisplacedDbgI3ArgEC[12]Ev} }
-                     // { dg-function-on-line {_ZN12MisplacedDbgI3ArgED0Ev} { target *-*-* } 36 }
+struct MisplacedDbg  // { dg-function-on-line {_ZN12MisplacedDbgI3ArgEC[12]Ev} { xfail powerpc-ibm-aix* } }
+                     // { dg-function-on-line {_ZN12MisplacedDbgI3ArgED0Ev} { target *-*-* xfail powerpc-ibm-aix* } 35 }
     : public Base<int> {
 };