URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [gcc.dg/] [debug/] [20020104-2.c] - Rev 823
Go to most recent revision | Compare with Previous | Blame | View Log
/* This testcase used to fail because outlining_inline_function was called too early, before rtl was generated. */ /* { dg-do compile } */ int foo (const int *x) { char a[*x]; return 0; }
Go to most recent revision | Compare with Previous | Blame | View Log