URL
https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk
Subversion Repositories openrisc_2011-10-31
[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.5.1/] [gcc/] [testsuite/] [gcc.dg/] [torture/] [pr25481.c] - Rev 300
Go to most recent revision | Compare with Previous | Blame | View Log
/* { dg-do compile } */ struct s { int *blah; }; static struct s array[] = { { 0 } }; void foo (struct s *p) { unsigned int n = 1; struct s *q = &array[n]; while (p < q) p++; }
Go to most recent revision | Compare with Previous | Blame | View Log