Commit 55c6d7e2 by Rainer Orth Committed by Jason Merrill

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
parent 9ebced77
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
......
......@@ -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()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment