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
* fi.po: Update.
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
pr29299.c
blob
9049060fae452d71e624bc46d49a04cd1354767d
1
/* { dg-do compile } */
2
/* { dg-options "-O" } */
3
4
static int
bof
__attribute__
((
used
));
5
int
foo
()
6
{
7
static int
barbarbarbar
__attribute__
((
used
));
8
};
9
10
/* { dg-final { scan-assembler "barbarbarbar" } } */