re PR debug/53235 (20120504 broke -fdebug-types-section)
authorJack Howarth <howarth@bromo.med.uc.edu>
Sun, 20 Jan 2013 20:35:48 +0000 (20:35 +0000)
committerMike Stump <mrs@gcc.gnu.org>
Sun, 20 Jan 2013 20:35:48 +0000 (20:35 +0000)
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

gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/debug/dwarf2/nested-4.C

index b1a11be..c354374 100644 (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.
index 8ab75e1..784c753 100644 (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 {};