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
Update concepts branch to revision 131834
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
pr21293.c
blob
54184b3e03924ecf3f026f06befd83933e0f0d65
1
/* Testcase from Dale Johannesen <dalej@gcc.gnu.org>. */
2
struct
{
3
double
x
[
1
];
4
}
g
;
5
void
k
(
double
*,
double
*);
6
void
h
(
int
Tmp8
)
7
{
8
int
i
;
9
for
(
i
=
1
;
i
<=
Tmp8
;
i
++)
10
k
(&
g
.
x
[ + -
1
],&
g
.
x
[
Tmp8
+ -
1
]);
11
}
12