URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.c-torture/] [compile/] [20000405-1.c] - Rev 774
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