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
/
pr69932.c
blob
4b82130157bea9f866a30f154226aaba24001ce0
1
/* { dg-do compile } */
2
3
int
a
;
4
void
fn1
() {
5
int
b
=
4
;
6
short
c
[
4
];
7
c
[
b
] =
c
[
a
];
8
if
(
c
[
2
]) {}
9
10
}