URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [gcc.dg/] [debug/] [dwarf2-1.c] - Rev 823
Go to most recent revision | Compare with Previous | Blame | View Log
/* { dg-do compile } */ /* Copyright (C) 2000 Free Software Foundation */ /* Contributed by Alexandre Oliva <aoliva@cygnus.com> */ static int foo () { return 0; } void bar () { int foo (); int foo (); }
Go to most recent revision | Compare with Previous | Blame | View Log