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
C99 testsuite readiness: Compile more tests with -std=gnu89
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
andok.c
blob
0a3626980fe89c3861b1f2aa32efedfb59639dbd
1
/* { dg-additional-options "-std=gnu89" } */
2
3
foo
(
a
,
b
,
p
)
4
int
*
p
;
5
{
6
p
[
1
] =
a
&
0xfff0000
;
7
p
[
2
] =
b
&
0xfff0000
;
8
}