blob: 6362d84a25a8a0b362baf66370fd9ef4e59aa456 [file] [log] [blame]
/* { dg-do compile } */
/* { dg-require-effective-target vect_int } */
#include <stdarg.h>
#include "tree-vect.h"
struct UNewTrie
{
int index[(0x110000 >> 1)];
};
typedef struct UNewTrie UNewTrie;
void
utrie_open_3_4 ()
{
UNewTrie *trie;
int i, j;
{
i = 0;
do
{
trie->index[i++] = j;
j += 1;
}
while (i < 5);
}
}