comparison gcc/testsuite/g++.dg/debug/dwarf2/nested-4.C @ 131:84e7813d76e9

gcc-8.2
author mir3636
date Thu, 25 Oct 2018 07:37:49 +0900
parents 04ced10e8804
children
comparison
equal deleted inserted replaced
111:04ced10e8804 131:84e7813d76e9
1 // PR debug/53235 1 // PR debug/53235
2 // { dg-options "-gdwarf-4 -fdebug-types-section" } 2 // { dg-options "-gdwarf-4 -fdebug-types-section" }
3 // { dg-final { scan-assembler-times "debug_types" 2 { xfail { powerpc-ibm-aix* || { *-*-darwin* || { *-*-solaris2.1[1-9]* && { ! gas } } } } } } } 3 // { dg-final { scan-assembler-times "debug_types" 2 { xfail { powerpc-ibm-aix* || { *-*-darwin* || { *-*-solaris2.* && { comdat_group && { ! gas } } } } } } } }
4 4
5 namespace E { 5 namespace E {
6 class O {}; 6 class O {};
7 void f (O o) {} 7 void f (O o) {}
8 } 8 }