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
/
pr58492.c
blob
79958d5640a23f2dd7868015cf39794969b08b74
1
/* { dg-do compile } */
2
/* { dg-options "-O3 -fipa-pta" } */
3
4
void
f
(
int
p
,
short
q
)
5
{
6
f
(
0
,
0
);
7
}