URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [gcc.dg/] [pr27639.c] - Rev 154
Go to most recent revision | Compare with Previous | Blame | View Log
/* { dg-do compile } */ /* { dg-options "-O2 -std=c99" } */ char heap[50000]; int main () { for (unsigned ix = sizeof (heap); ix--;) heap[ix] = ix; return 0; }
Go to most recent revision | Compare with Previous | Blame | View Log