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
* tree-loop-distribution.c (INCLUDE_ALGORITHM): New header file.
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
pr31529-1.c
blob
24d2cdbd83e75a52382b5e3a2bd42f64b7c0e99d
1
/* { dg-do link } */
2
/* { dg-require-effective-target lto } */
3
/* { dg-options "-flto -fgnu89-inline" } */
4
/* { dg-additional-sources "pr31529-2.c" } */
5
6
int
7
getline
()
8
{
9
}
10
11
int
main
() {
return
0
; }