* g++.dg/debug/dwarf2/ptrdmem-1.C: Don't XFAIL scan-assembler-not on AI\X.

From-SVN: r243035
This commit is contained in:
David Edelsohn 2016-11-30 16:14:10 +00:00 committed by David Edelsohn
parent 8fb75185a2
commit 917b47be74
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2016-11-30 David Edelsohn <dje.gcc@gmail.com>
* g++.dg/debug/dwarf2/ptrdmem-1.C: Don't XFAIL scan-assembler-not on AIX.
2016-11-30 Andre Vehreschild <vehre@gcc.gnu.org>
Now really add the file.

View 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_use_location" 1 { xfail { powerpc-ibm-aix* } } } }
// { dg-final { scan-assembler-not " DW_AT_reference" { xfail { powerpc-ibm-aix* } } } }
// { dg-final { scan-assembler-not " DW_AT_reference" } }
struct S;
typedef int S::*pdm;