]> gcc.gnu.org Git - gcc.git/commitdiff
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 7164611f9fff8e46edb1dd0faacc0e7256ea18ff..d1b5c90a7cac8d77996b2135a4d44b50960dbfb6 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 22458c0cb45e10fc783b7aa6762037940b8255d7..8163a5feb05f992c0f8d554ff62c82bb01764f23 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 75e9fcaa89b203224528cc6c01a24228952103ad..8689606b5a294b73f2976b81426ccc12f698a65a 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 221008e99817e269e591fc97e249c54ac89536db..aba02b06198bf6c98817e9e74cb0f9a1de9233b6 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 ddf33c1971e5b3d0da225c9d49c85b88c6aade67..3cd424e882b34c17fba2ad77301b07e5effcbba3 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.  */
This page took 0.08689 seconds and 5 git commands to generate.