repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Daily bump.
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
PR68002.c
blob
b61b0950f19c49752ddbf606f5a3fef76e02d887
1
/* Ensure static functions can be kept. */
2
/* { dg-do compile } */
3
/* { dg-options "-O1 -fkeep-static-functions" } */
4
5
static void
bar
() { }
6
7
/* { dg-final { scan-assembler "bar" } } */