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
2009-07-17 Richard Guenther <rguenther@suse.de>
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
vect
/
pr33373.c
blob
b11cfb4ebd83caffd9cf659d7e61769ff8bf9981
1
/* { dg-do compile } */
2
void
DOSMEM_FillIsrTable
(
int
*
isr
) {
3
int
i
;
4
5
for
(
i
=
0
;
i
<
256
;
i
++)
6
isr
[
i
]=(((
short
)((
i
*
4
) &
0xFFFF
)) | (
0xf000
&
0xFFFF
) <<
16
);
7
}
8
/* { dg-final { cleanup-tree-dump "vect" } } */