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
* testsuite/libgomp.fortran/vla7.f90: Add -w to options.
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
20050325-1.c
blob
b58cb5b47b32ae9bd169422c5a74a3f2cc0fe9c6
1
/* PR 20249 */
2
3
/* { dg-do compile } */
4
/* { dg-options "-O2 -fprofile-arcs" } */
5
6
extern
int
*
g
(
int
x
,
void
*
y
);
7
extern
void
fg
(
long long
x
,
int
y
);
8
9
static void
10
ff
(
int
y
,
long long
z
)
11
{
12
fg
(
z
,
1
);
13
}
14
15
void
16
f
()
17
{
18
g
(
42
,
ff
);
19
}
20
21
/* { dg-final { cleanup-coverage-files } } */