* g++.dg/debug/dwarf2/ptrdmem-1.C: Don't XFAIL scan-assembler-not on AI\X.
From-SVN: r243035
This commit is contained in:
parent
8fb75185a2
commit
917b47be74
@ -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.
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user