URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.dg/] [vla-23.c] - Rev 689
Compare with Previous | Blame | View Log
/* PR rtl-optimization/50615 */ /* Testcase by Zdenek Sojka <zsojka@seznam.cz> */ /* { dg-do compile } */ /* { dg-options "-O --param max-cse-insns=1" } */ int foo (int a) { if (!a) return 1; { int s[a]; return 0; } }