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/] [compile/] [20000405-1.c] - Rev 297
Compare with Previous | Blame | View Log
// Copyright (C) 2000 Free Software Foundation // by Alexandre Oliva <oliva@lsd.ic.unicamp.br> // simplified from libio/floatconv.c static const double bar[] = { 0 }; int j; double foo () { return bar[j]; }