PR libfortran/64770 Segfault when trying to open existing file with status="new".
[official-gcc.git] / gcc / testsuite / gcc.dg / ipa / ipa-pta-17.c
blob443ed9d27ccfb1409215907f77e5bf957339f947
1 /* { dg-do compile } */
2 /* { dg-require-alias "" } */
3 /* { dg-options "-O -fipa-pta" } */
5 static int i;
6 extern int j __attribute__ ((alias ("i")));
7 int *p = &j;