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
* gcc.dg/ucnid-[23456].c: XFAIL on AIX.
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
20050325-1.c
blob
5760e387a22ce17b07e020f52a9ec7fcfb670e22
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
}