re PR debug/53363 (g++.dg/debug/dwarf2/thunk1.C FAILs)

PR debug/53363
	* g++.dg/debug/dwarf2/thunk1.C: Skip on darwin.

From-SVN: r196493
This commit is contained in:
Rainer Orth 2013-03-06 15:34:11 +00:00 committed by Jason Merrill
parent 9ebced7780
commit 55c6d7e257
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2013-03-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
PR debug/53363
* g++.dg/debug/dwarf2/thunk1.C: Skip on darwin.
2013-03-06 Jakub Jelinek <jakub@redhat.com>
PR c++/56543

View File

@ -3,6 +3,9 @@
// { dg-options "-g -fpic -fno-dwarf2-cfi-asm" }
// { dg-final { scan-assembler-times "LFB3" 5 } }
// Darwin doesn't use the thunk for PIC.
// { dg-skip-if { target *-*-darwin* } }
template <class T> void f(T t) { }
int main()