URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.dg/] [graphite/] [id-pr46834.c] - Rev 801
Go to most recent revision | Compare with Previous | Blame | View Log
/* { dg-options "-O -fgraphite-identity -ffast-math -fno-tree-dce" } */ void foo () { int M0[4][4], M3[4] = {}; int i=-1; int ii, jj; for (; i; i++) for (jj = 0; jj < 4; jj++) for (ii = 0; ii < 4; ii++) M3[1] += __builtin_abs (M0[ii][0]); }
Go to most recent revision | Compare with Previous | Blame | View Log