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
openmp: Return error_mark_node from tsubst_attribute for errneous varid
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
931013-1.c
blob
ab6138b22d07d5b759be1fd1946c0a28d0de2fcf
1
/* { dg-additional-options "-std=gnu89" } */
2
3
g
();
4
5
f
()
6
{
7
long
ldata
[
2
];
8
int
seed
;
9
10
seed
= (
ldata
[
0
]) + (
ldata
[
1
] <<
16
);
11
g
(
seed
);
12
}