URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.dg/] [pr47443.c] - Rev 754
Go to most recent revision | Compare with Previous | Blame | View Log
/* PR tree-optimization/47443 */ /* { dg-do compile } */ /* { dg-options "-O -fstack-check=generic" } */ static inline bar (char *c, int i) { return c + i > c; } int foo () { char c[100]; return (bar (c, 1)); }
Go to most recent revision | Compare with Previous | Blame | View Log