URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-stable/] [gcc-4.5.1/] [gcc/] [testsuite/] [gcc.c-torture/] [compile/] [20000405-1.c] - Rev 859
Go to most recent revision | 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]; }
Go to most recent revision | Compare with Previous | Blame | View Log