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
Skip analyzer strndup test on hppa*-*-hpux*
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
pr104420-2.c
blob
49d0189672252b5e693d2e75a12e66e2a2191119
1
/* { dg-do compile } */
2
/* { dg-options "-O2 -fdump-tree-optimized" } */
3
/* { dg-add-options ieee } */
4
5
double
f
(
int
a
)
6
{
7
return
a
* -
0.0
;
8
}
9
10
/* { dg-final { scan-tree-dump " \\\* -0.0" "optimized" } } */