re PR debug/53235 (20120504 broke -fdebug-types-section)

2013-01-20  Jack Howarth <howarth@bromo.med.uc.edu>

	    PR debug/53235
	    * g++.dg/debug/dwarf2/nested-4.C: XFAIL on darwin.

From-SVN: r195326
This commit is contained in:
Jack Howarth 2013-01-20 20:35:48 +00:00 committed by Mike Stump
parent 92607e4184
commit 9d7302a19b
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2013-01-20 Jack Howarth <howarth@bromo.med.uc.edu>
PR debug/53235
* g++.dg/debug/dwarf2/nested-4.C: XFAIL on darwin.
2013-01-20 Hans-Peter Nilsson <hp@axis.com>
* gfortran.dg/inquire_10.f90: Run only for non-newlib targets.

View File

@ -1,6 +1,6 @@
// PR debug/53235
// { dg-options "-gdwarf-4 -fdebug-types-section" }
// { dg-final { scan-assembler-times "debug_types" 2 } }
// { dg-final { scan-assembler-times "debug_types" 2 { xfail *-*-darwin* } } }
namespace E {
class O {};