URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [g++.dg/] [warn/] [main.C] - Rev 694
Go to most recent revision | Compare with Previous | Blame | View Log
// { dg-do compile }
// Origin: Donald W. Gillies <dgillies@graviton.com>
// PR c++/4494: Incorrect diagnostics about return type of main.
typedef int int_t;
int_t main() {
}
Go to most recent revision | Compare with Previous | Blame | View Log