ref-1.C: Don't XFAIL scan-assembler-not on AIX.
authorDavid Edelsohn <dje.gcc@gmail.com>
Wed, 30 Nov 2016 14:49:25 +0000 (14:49 +0000)
committerDavid Edelsohn <dje@gcc.gnu.org>
Wed, 30 Nov 2016 14:49:25 +0000 (09:49 -0500)
        * g++.dg/debug/dwarf2/ref-1.C: Don't XFAIL scan-assembler-not on AIX.
        * g++.dg/debug/dwarf2/imported-decl-2.C: Same.
        * g++.dg/debug/dwarf2/refqual-1.C: Same.
        * g++.dg/debug/dwarf2/refqual-2.C: Same.

From-SVN: r243029

gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/debug/dwarf2/imported-decl-2.C
gcc/testsuite/g++.dg/debug/dwarf2/ref-1.C
gcc/testsuite/g++.dg/debug/dwarf2/refqual-1.C
gcc/testsuite/g++.dg/debug/dwarf2/refqual-2.C

index 7164611..d1b5c90 100644 (file)
@@ -1,3 +1,10 @@
+2016-11-30  David Edelsohn  <dje.gcc@gmail.com>
+
+       * g++.dg/debug/dwarf2/ref-1.C: Don't XFAIL scan-assembler-not on AIX.
+       * g++.dg/debug/dwarf2/imported-decl-2.C: Same.
+       * g++.dg/debug/dwarf2/refqual-1.C: Same.
+       * g++.dg/debug/dwarf2/refqual-2.C: Same.
+
 2016-11-30  Segher Boessenkool  <segher@kernel.crashing.org>
 
        PR rtl-optimization/78610
index 22458c0..8163a5f 100644 (file)
@@ -28,5 +28,5 @@ BBBB::method (int b)
   return a + b;
 }
 
-// { dg-final { scan-assembler-not "ascii \"BBBB\\\\0\".*ascii \"AAAA\\\\0\".*DW_TAG_imported_declaration" { xfail { powerpc-ibm-aix* } } } }
+// { dg-final { scan-assembler-not "ascii \"BBBB\\\\0\".*ascii \"AAAA\\\\0\".*DW_TAG_imported_declaration" } }
 // { dg-final { scan-assembler-times "ascii \"AAAA\\\\0\".*ascii \"BBBB\\\\0\".*DIE .0x\[0-9a-f\]*. DW_TAG_imported_declaration" 1 { xfail { powerpc-ibm-aix* } } } }
index 75e9fca..8689606 100644 (file)
@@ -1,6 +1,6 @@
 // { dg-do compile }
 // { dg-options "-O -g -dA -gno-strict-dwarf" }
-// { dg-final { scan-assembler-not "DW_TAG_const_type" { xfail { powerpc-ibm-aix* } } } }
+// { dg-final { scan-assembler-not "DW_TAG_const_type" } }
 
 int x;
 int &y = x;
index 221008e..aba02b0 100644 (file)
@@ -2,7 +2,7 @@
 // { dg-options "-O -std=c++11 -g -dA -gno-strict-dwarf" }
 // { dg-final { scan-assembler-times "DIE \\(\[^\n\]*\\) DW_TAG_ptr_to_member_type" 1 { xfail { powerpc-ibm-aix* } } } }
 // { dg-final { scan-assembler-times " DW_AT_reference" 2 { xfail { powerpc-ibm-aix* } } } }
-// { dg-final { scan-assembler-not " DW_AT_use_location" { xfail { powerpc-ibm-aix* } } } }
+// { dg-final { scan-assembler-not " DW_AT_use_location" } }
 /* It is not clear what if anything we should output for
    DW_AT_use_location in a pointer to member function, so we don't
    output it for now.  */
index ddf33c1..3cd424e 100644 (file)
@@ -2,7 +2,7 @@
 // { dg-options "-O -std=c++11 -g -dA -gno-strict-dwarf" }
 // { dg-final { scan-assembler-times "DIE \\(\[^\n\]*\\) DW_TAG_ptr_to_member_type" 1 { xfail { powerpc-ibm-aix* } } } }
 // { dg-final { scan-assembler-times " DW_AT_rvalue_reference" 2 { xfail { powerpc-ibm-aix* } } } }
-// { dg-final { scan-assembler-not " DW_AT_use_location" { xfail { powerpc-ibm-aix* } } } }
+// { dg-final { scan-assembler-not " DW_AT_use_location" } }
 /* It is not clear what if anything we should output for
    DW_AT_use_location in a pointer to member function, so we don't
    output it for now.  */