repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
No empty .Rs/.Re
[netbsd-mini2440.git]
/
gnu
/
dist
/
gcc4
/
gcc
/
testsuite
/
gcc.dg
/
vect
/
pr27151.c
blob
8b53b29b672b1933adb53f4dccdacb61431dfabc
1
/* { dg-do compile } */
2
3
/* We were creating a float vector for the vis_type == 1
4
test, which we ICEd on. Now we simply punt here. */
5
6
float
vs_data
[
75
];
7
void
vis_clear_data
()
8
{
9
int
vis_type
,
i
;
10
for
(
i
=
0
;
i
<
75
;
i
++)
11
{
12
vs_data
[
i
] = (
vis_type
==
1
);
13
}
14
}