URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.c-torture/] [compile/] [nested-2.c] - Rev 774
Go to most recent revision | Compare with Previous | Blame | View Log
/* PR 21105 */ void CheckFile () { char tagname[10]; char *a = tagname; int validate () { return (a == tagname + 4); } if (a == tagname) validate (); }
Go to most recent revision | Compare with Previous | Blame | View Log