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
Skip analyzer strndup test on hppa*-*-hpux*
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
pr83645.c
blob
4ac2be2d6121e935bb029848085946ed0cf66b95
1
/* PR debug/83645 */
2
/* { dg-do compile } */
3
/* { dg-options "-O2 -g -fno-var-tracking" } */
4
5
int
a
,
b
,
c
[
1
];
6
7
void
8
foo
(
void
)
9
{
10
int
i
=
0
;
11
b
=
a
;
12
for
(;;)
13
c
[
i
++] =
7
;
14
}