URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [gcc.c-torture/] [compile/] [20000523-1.c] - Rev 841
Go to most recent revision | Compare with Previous | Blame | View Log
/* Copyright (C) 2000 Free Software Foundation */ /* Contributed by Alexandre Oliva <aoliva@cygnus.com> */ enum { foo = sizeof(void *) }; int i = sizeof(void *);
Go to most recent revision | Compare with Previous | Blame | View Log