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
RISC-V: Add support for riscv-*-*.
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
20000405-3.c
blob
c2e88339eea89435c178f8e13d55b5e2f4c530c9
1
struct
foo
{
2
void
*
entry
[
40
];
3
}
__attribute__
((
aligned
(
32
)));
4
5
int
foo
(
struct
foo
*
ptr
,
int
idx
,
void
*
pointer
)
6
{
7
ptr
->
entry
[
idx
] =
pointer
;
8
return
0
;
9
}