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
Implement C _FloatN, _FloatNx types.
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
torture
/
pr57417.c
blob
6eac6f932b81066c3c0cbdc2e1eed5f9d7834e72
1
/* { dg-do compile } */
2
3
int
a
,
b
;
4
volatile
int
*
c
;
5
6
void
foo
()
7
{
8
volatile
int
d
[
1
];
9
b
=
0
;
10
for
(;;
a
--)
11
c
= &
d
[
b
];
12
}