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
Add _FloatN, _FloatNx tests for __builtin_fpclassify.
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
torture
/
pr43360.c
blob
9ed9872db26345c98f2e571904a2490dba8f92f4
1
/* { dg-do run } */
2
3
int
l_5_5_2
=
4
;
4
int
g_3
[
1
][
1
];
5
6
void
func_1
(
void
)
7
{
8
for
(
g_3
[
0
][
0
] =
1
;
g_3
[
0
][
0
] <
8
;
g_3
[
0
][
0
] +=
7
) {
9
int
*
l_6
= &
g_3
[
0
][
0
];
10
*
l_6
=
l_5_5_2
;
11
}
12
}
13
14
int
main
(
void
)
15
{
16
func_1
();
17
if
(
g_3
[
0
][
0
] !=
11
)
18
__builtin_abort
();
19
return
0
;
20
}