thunk1.C bikeshedding

From-SVN: r196496
This commit is contained in:
Jason Merrill 2013-03-06 11:14:53 -05:00
parent 11078d2f8a
commit b681bb9507
1 changed files with 2 additions and 3 deletions

View File

@ -1,11 +1,10 @@
// Test that we don't add the x86 PC thunk to .debug_ranges
// { dg-do compile { target { { i?86-*-* x86_64-*-* } && ia32 } } }
// { dg-require-effective-target fpic }
// { dg-skip-if "darwin doesn't use the thunk for PIC" { *-*-darwin* } }
// { 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 "no pic thunk" { *-*-darwin* } }
template <class T> void f(T t) { }
int main()