URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-stable/] [gcc-4.5.1/] [gcc/] [testsuite/] [g++.dg/] [lookup/] [used-before-declaration.C] - Rev 816
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