URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.target/] [arm/] [pr51915.c] - Rev 751
Go to most recent revision | Compare with Previous | Blame | View Log
/* PR target/51915 */ /* { dg-do compile } */ /* { dg-options "-march=armv7-a -mfloat-abi=hard -O2" } */ struct S { int s1; void *s2; }; struct T { struct S t1; unsigned long long t2; }; struct S *foo (unsigned long long); struct S * bar (struct S *x) { return foo (((struct T *) x)->t2); }
Go to most recent revision | Compare with Previous | Blame | View Log