ref-1.C: Don't XFAIL scan-assembler-not on AIX.
* 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
This commit is contained in:
parent
17a938e841
commit
e6383ae7a7
@ -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
|
||||
|
@ -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* } } } }
|
||||
|
@ -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;
|
||||
|
@ -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. */
|
||||
|
@ -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. */
|
||||
|
Loading…
Reference in New Issue
Block a user