repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
No empty .Rs/.Re
[netbsd-mini2440.git]
/
gnu
/
dist
/
gcc4
/
gcc
/
testsuite
/
gcc.dg
/
20040622-2.c
blob
32974018d54e2536515639b4ddcf97fab2fd6274
1
/* { dg-do link } */
2
/* This validates codegen for [r1+32760] on Darwin. */
3
void
f
(
char
x
[
32688
],
double
*
y
,
double
*
z
)
__attribute__
((
noinline
));
4
void
f
(
char
x
[
32688
],
double
*
y
,
double
*
z
) {}
5
main
() {
6
char
x
[
32688
];
7
double
y
,
z
;
8
y
=
z
=
3.0
;
9
f
(
x
, &
y
, &
z
);
10
}