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
Fix broken MinGW build of gcc.c
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
lto
/
resolutions_0.c
blob
5274c8c07755fea3d1ab8880747d53006b8c62e3
1
/* { dg-require-linker-plugin "" } */
2
/* { dg-extra-ld-options "-fuse-linker-plugin -O1" } */
3
4
void
5
link_error
()
6
{
7
}
8
int
9
main
()
10
{
11
return
0
;
12
}