Commit 9384191e by Rainer Orth Committed by Rainer Orth

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

	PR debug/53363
	* g++.dg/debug/dwarf2/thunk1.C: Restrict to 32-bit x86.
	Add -fno-dwarf2-cfi-asm to dg-options.
	Adapt match count.

From-SVN: r195842
parent 73dd3123
2013-02-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
PR debug/53363
* g++.dg/debug/dwarf2/thunk1.C: Restrict to 32-bit x86.
Add -fno-dwarf2-cfi-asm to dg-options.
Adapt match count.
2013-02-07 Jakub Jelinek <jakub@redhat.com> 2013-02-07 Jakub Jelinek <jakub@redhat.com>
PR target/56228 PR target/56228
......
// Test that we don't add the x86 PC thunk to .debug_ranges // Test that we don't add the x86 PC thunk to .debug_ranges
// { dg-do compile { target i?86-*-* } } // { dg-do compile { target { { i?86-*-* x86_64-*-* } && ia32 } } }
// { dg-options "-g -fpic" } // { dg-options "-g -fpic -fno-dwarf2-cfi-asm" }
// { dg-final { scan-assembler-times "LFB3" 1 } } // { dg-final { scan-assembler-times "LFB3" 5 } }
template <class T> void f(T t) { } template <class T> void f(T t) { }
......
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