aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/debug/ctf/ctf-2.c
blob: ccbb109cdbdc67a145627c8aadfb7664e16503ab (plain)
1
2
3
4
5
6
7
8
9
10
/* A LEVEL of 0 with -gctf turns off CTF debug info generation.  */

/* { dg-do compile } */
/* { dg-options "-gctf0 -dA" } */

/* { dg-final { scan-assembler-times "0xdff2.*CTF preamble magic number" 0} } */
/* { dg-final { scan-assembler-times "0x4.*CTF preamble version" 0 } } */
/* { dg-final { scan-assembler-times "0.*CTF preamble flags" 0 } } */

const char * _CONTEXT_NAME = "foobar";