URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-stable/] [gcc-4.5.1/] [gcc/] [testsuite/] [gcc.dg/] [20060801-1.c] - Rev 298
Go to most recent revision | Compare with Previous | Blame | View Log
/* { dg-do compile { target fpic } } */ /* { dg-require-effective-target lp64 } */ /* { dg-options "-fPIC" } */ char *ptr = 0; char array[100]; void f() { ptr = &array[0x100000000ULL]; /* A 33-bit constant. */ }
Go to most recent revision | Compare with Previous | Blame | View Log