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
/
pr46723.c
blob
40c6e8cd69015680d56763b6fc897132054fcf34
1
/* { dg-do compile } */
2
3
short
*
m
;
4
void
test
()
5
{
6
short
x
=
128
;
7
unsigned int
i
;
8
for
(
i
=
0
;
i
<
128
; ++
i
,
x
= (
unsigned short
)
x
+
1
)
9
m
[
i
] =
x
;
10
}