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
libcpp, c, middle-end: Optimize initializers using #embed in C
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
tree-ssa
/
divide-6.c
blob
a9fc4c04058c65e11e87a98395072b82749406ee
1
/* { dg-do compile } */
2
/* { dg-options "-O -fdump-tree-optimized" } */
3
4
unsigned int
f
(
unsigned int
x
) {
5
return
1
/
x
;
6
}
7
8
/* { dg-final { scan-tree-dump-not "1 / x_..D.;" "optimized" } } */
9
/* { dg-final { scan-tree-dump "x_..D. == 1;" "optimized" } } */