repo.or.cz
/
official-gcc
/
graphite-test-results.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge from mainline (167278:168000).
[official-gcc/graphite-test-results.git]
/
gcc
/
testsuite
/
gcc.dg
/
20030708-1.c
blob
344bb4e18d4c75024c4e955c3e768dbae5b9cdfd
1
/* PR c/11420 */
2
/* { dg-do link { target fpic } } */
3
/* { dg-options "-O2 -fpic" } */
4
5
void
(*
volatile
fn
) (
void
);
6
static void
foo
(
void
)
7
{
8
}
9
10
int
main
(
void
)
11
{
12
fn
=
foo
;
13
return
0
;
14
}