URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [g++.dg/] [lookup/] [used-before-declaration.C] - Rev 149
Go to most recent revision | Compare with Previous | Blame | View Log
// Copyroght (C) 2003 Free Software Foundation
// Origin: PR/12832, Jonathan Wakely <redi@gcc.gnu.org>
void f() { g(); } // { dg-error "not declared" "" }
void g() { }
Go to most recent revision | Compare with Previous | Blame | View Log