URL
https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk
Subversion Repositories openrisc_2011-10-31
[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.5.1/] [gcc/] [testsuite/] [gcc.dg/] [vect/] [pr31041.c] - Rev 298
Compare with Previous | Blame | View Log
/* { 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; utrie_open_3_4 () { UNewTrie *trie; int i, j; { i = 0; do { trie->index[i++] = j; j += 1; } while (i < 5); } } /* { dg-final { cleanup-tree-dump "vect" } } */