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
2017-12-05 Richard Biener <rguenther@suse.de>
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
vect
/
pr31041.c
blob
6362d84a25a8a0b362baf66370fd9ef4e59aa456
1
/* { dg-do compile } */
2
/* { dg-require-effective-target vect_int } */
3
4
#include <stdarg.h>
5
#include
"tree-vect.h"
6
7
struct
UNewTrie
8
{
9
int
index
[(
0x110000
>>
1
)];
10
};
11
typedef
struct
UNewTrie UNewTrie
;
12
void
13
utrie_open_3_4
()
14
{
15
UNewTrie
*
trie
;
16
int
i
,
j
;
17
{
18
i
=
0
;
19
do
20
{
21
trie
->
index
[
i
++] =
j
;
22
j
+=
1
;
23
}
24
while
(
i
<
5
);
25
}
26
}