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
Small ChangeLog tweak.
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.target
/
alpha
/
pr61586.c
blob
afb1af3597fe7df096b9b2f3cc954e77d47f4e99
1
/* { dg-do compile } */
2
/* { dg-options "-O2 -mieee" } */
3
4
void
foo
(
int
*
dimensions
,
double
**
params
,
int
hh
)
5
{
6
if
(
params
[
hh
])
7
;
8
else if
(
dimensions
[
hh
] >
0
)
9
params
[
hh
][
0
] =
1.0
f
;
10
}