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.target/i386/mpx/hard-reg-1-nov.c (mpx_test): Use "esp"
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.c-torture
/
execute
/
20040707-1.c
blob
6fc15cc24a7c4dae0b6b8d44fd5780654043ea32
1
struct
s
{
char
c1
,
c2
; };
2
void
foo
(
struct
s s
)
3
{
4
static struct
s s1
;
5
s1
=
s
;
6
}
7
int
main
()
8
{
9
static struct
s s2
;
10
foo
(
s2
);
11
exit
(
0
);
12
}