XFAIL g++.dg/debug/dwarf2/nested-4.C on Solaris with Sun as

* g++.dg/debug/dwarf2/nested-4.C: XFAIL on *-*-solaris2.1[1-9]* &&
	!gas.

From-SVN: r214138
This commit is contained in:
Rainer Orth 2014-08-19 10:13:34 +00:00 committed by Rainer Orth
parent 56e675ce85
commit 4f9b1c116e
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2014-08-19 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
* g++.dg/debug/dwarf2/nested-4.C: XFAIL on *-*-solaris2.1[1-9]* &&
!gas.
2014-08-19 Marek Polacek <polacek@redhat.com>
* gcc.dg/Wc99-c11-compat-1.c: New test.

View File

@ -1,6 +1,6 @@
// PR debug/53235
// { dg-options "-gdwarf-4 -fdebug-types-section" }
// { dg-final { scan-assembler-times "debug_types" 2 { xfail *-*-darwin* } } }
// { dg-final { scan-assembler-times "debug_types" 2 { xfail { *-*-darwin* || { *-*-solaris2.1[1-9]* && { ! gas } } } } } }
namespace E {
class O {};