aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/scantest-lto.c
blob: 46c21f20bfc9c521a3641efe0739db1b63183490 (plain)
1
2
3
4
5
6
7
8
9
10
/* { dg-do compile { target lto } }
/* { dg-options "-O2 -flto" } */

void foo ()
{
}

/* Check that scan-assembler* directives skip the LTO section.  */
/* { dg-final { scan-assembler-not "ascii" } } */
/* { dg-final { scan-assembler-times "ascii" 0 } } */