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
Warn pointer to signed integer cast for ilp32
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
pr31529-1.c
blob
7182e8fe6bd26cd19fec234224d1948f6fd7fb0b
1
/* { dg-do link } */
2
/* { dg-require-effective-target lto } */
3
/* { dg-options "-flto" } */
4
/* { dg-additional-sources "pr31529-2.c" } */
5
6
getline
()
7
{
8
}
9
10
int
main
() {
return
0
; }