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
PR middle-end/27945
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
20060425-2.c
blob
2a5e131a1007684e3308640d7a4afe9814ba0b4b
1
/* { dg-do compile } */
2
/* { dg-options "-O2" } */
3
4
double
5
crashme
(
double
v
,
double
*
p
)
6
{
7
if
(
v
<
0
. && *
p
==
1
.)
8
v
=
0
.;
9
return
v
;
10
}