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
/
pr54702_0.c
blob
2242f50b6def63465f4ed27e0c1e3ab17e997d6a
1
/* { dg-lto-do link } */
2
/* { dg-lto-options { { -O2 -flto -w } } } */
3
/* { dg-extra-ld-options { -r -nostdlib } } */
4
5
#include <stdlib.h>
6
void
*
f
()
7
{
8
void
*
p
=
malloc
(
1
);
9
return
p
;
10
}