URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-stable/] [gcc-4.5.1/] [gcc/] [testsuite/] [gcc.dg/] [long-long-cst1.c] - Rev 298
Go to most recent revision | Compare with Previous | Blame | View Log
/* PR middle-end/27724 */ /* { dg-do run } */ /* { dg-options "" } */ extern void abort(); struct st{ int _mark; }; unsigned long long t = ((int)(__SIZE_TYPE__)&(((struct st*)16)->_mark) - 32); int main() { if (t != (unsigned long long)(int)-16) abort (); return 0; }
Go to most recent revision | Compare with Previous | Blame | View Log