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
2016-12-21 Vladimir Makarov <vmakarov@redhat.com>
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.target
/
i386
/
pr65753.c
blob
562f54bff6bdfef17673a3b53c6a4ec0c39e0e96
1
/* { dg-do compile } */
2
/* { dg-options "-fPIC -O2" } */
3
/* { dg-final { scan-assembler-not "call" } } */
4
5
void
foo
(
void
(*
bar
)(
void
))
6
{
7
bar
();
8
}