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
Daily bump.
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
gimplefe-31.c
blob
a97d0dd65e3548a4954b008b94d077546e1d130e
1
/* { dg-do compile } */
2
/* { dg-options "-O -fgimple -fdump-tree-optimized" } */
3
4
5
unsigned int
__GIMPLE
()
f
(
int
a
)
6
{
7
unsigned int
t0
;
8
int
t1
;
9
unsigned int
t2
;
10
t0
=
__ABSU a
;
11
t1
= (
int
)
t0
;
12
t2
=
__ABSU t1
;
13
return
t2
;
14
}
15
16
/* { dg-final { scan-tree-dump-times "ABSU" 1 "optimized" } } */