URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [gcc.dg/] [vect/] [unswitch-loops-pr26969.c] - Rev 816
Compare with Previous | Blame | View Log
/* { dg-do compile } */ /* { dg-require-effective-target vect_int } */ void ruby_re_compile_fastmap (char *fastmap, int options) { int j; for (j = 0; j < (1 << 8); j++) { if (j != '\n' || (options & 4)) fastmap[j] = 1; } } /* { dg-final { cleanup-tree-dump "vect" } } */