URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.dg/] [vect/] [pr47139.c] - Rev 689
Compare with Previous | Blame | View Log
/* { dg-do compile } */ int d; void foo () { int a = 0; unsigned char b; for (b = 1; b; b++) { d = a; a |= b; } } /* { dg-final { cleanup-tree-dump "vect" } } */