URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Subversion Repositories openrisc_me
[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.5.1/] [gcc/] [testsuite/] [gcc.c-torture/] [execute/] [20030718-1.c] - Rev 301
Go to most recent revision | Compare with Previous | Blame | View Log
/* PR c/10320 The function temp was not being emitted in a prerelease of 3.4 20030406. Contributed by pinskia@physics.uc.edu */ static inline void temp(); int main() { temp(); return 0; } static void temp(){}
Go to most recent revision | Compare with Previous | Blame | View Log