repo.or.cz
/
official-gcc
/
graphite-test-results.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge from mainline (167278:168000).
[official-gcc/graphite-test-results.git]
/
gcc
/
testsuite
/
gcc.dg
/
fold-div-2.c
blob
bfd07d1c482d36c07b8bce8ccc69377e670600ef
1
/* { dg-do compile } */
2
/* { dg-options "-ffinite-math-only -fdump-tree-gimple" } */
3
4
double
f
(
double
x
)
5
{
6
return
x
/
x
;
7
}
8
9
/* Division should be turned into 1.0. */
10
11
/* { dg-final { scan-tree-dump-not " / " "gimple" } } */
12
/* { dg-final { cleanup-tree-dump "gimple" } } */
13