URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Subversion Repositories openrisc_me
[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.5.1/] [gcc/] [testsuite/] [gcc.dg/] [loop-1.c] - Rev 300
Go to most recent revision | Compare with Previous | Blame | View Log
/* Copyright (C) 2000 Free Software Foundation. Simplified from gcc/fold-const.c by Alexandre Oliva <oliva@lsd.ic.unicamp.br> */ /* { dg-do compile } */ void mul_double () { int i, j, *prod; for (i = 0; i < 4; i++) { for (j = 0; j < 4; j++) { *prod = 0; } } }
Go to most recent revision | Compare with Previous | Blame | View Log