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
arm: fix typo in dg-require-effective-target [PR118089]
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
torture
/
pr78365.c
blob
2588a4826fd307170e963ab0c11f585b1ec54445
1
/* { dg-do compile } */
2
/* { dg-additional-options "-Wno-old-style-definition" } */
3
4
int
a
,
b
,
c
;
5
char
d
;
6
static void
fn1
(
void
*,
int
);
7
int
fn2
(
int
);
8
9
void
fn1
(
cc
,
yh
)
void
*
cc
;
10
char
yh
;
11
{
12
char
y
;
13
a
=
fn2
(
c
-
b
+
1
);
14
for
(;
y
<=
yh
;
y
++)
15
;
16
}
17
18
void
fn3
()
19
{
20
fn1
((
void
*)
fn3
,
1
);
21
fn1
((
void
*)
fn3
,
d
-
1
);
22
}