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
PR libfortran/64770 Segfault when trying to open existing file with status="new".
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
lto
/
pr51572-1_0.c
blob
dfe52978305d86b1b20b3424178ca64f56c52747
1
/* { dg-lto-do link } */
2
/* { dg-lto-options { { -flto -g } } } */
3
4
typedef
int
T
;
5
void
fn
(
void
)
6
{
7
static
T t
;
8
}
9
int
main
() {}