URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.dg/] [vect/] [O-pr46167.c] - Rev 689
Compare with Previous | Blame | View Log
/* { dg-do compile } */ int foo (char c, int i) { int s = 0; while (i--) s += c; return s; } /* { dg-final { cleanup-tree-dump "vect" } } */