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
Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git]
/
old-autovect-branch
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
920721-1.c
blob
7ced611eb6f2423aefb166097a82826a6113224c
1
typedef
struct
{
short
ttype
;
float
s
;}
T
;
2
short
t
[
8
][
8
];
3
4
T
f
(
T t2
,
T t1
)
5
{
6
T x
;
7
if
(
t1
.
ttype
==
1
)
8
x
.
ttype
=
t
[
t2
.
ttype
][
t1
.
ttype
],
9
x
.
s
=
1
;
10
return
x
;
11
}