URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.dg/] [ipa/] [ipa-pta-17.c] - Rev 713
Go to most recent revision | Compare with Previous | Blame | View Log
/* { dg-do compile } */ /* { dg-require-alias "" } */ /* { dg-options "-O -fipa-pta" } */ static int i; extern int j __attribute__ ((alias ("i"))); int *p = &j;
Go to most recent revision | Compare with Previous | Blame | View Log