repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
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
blob
443ed9d27ccfb1409215907f77e5bf957339f947
1
/* { dg-do compile } */
2
/* { dg-require-alias "" } */
3
/* { dg-options "-O -fipa-pta" } */
4
5
static int
i
;
6
extern
int
j
__attribute__
((
alias
(
"i"
)));
7
int
*
p
= &
j
;