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
Corrected date in changelog
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
gimplefe-25.c
blob
d8c44a74013e6a7c9d34befe48eea35596ef20e7
1
/* { dg-do compile } */
2
/* { dg-options "-O -fgimple -fdump-tree-ssa-gimple" } */
3
4
int
__GIMPLE
()
f
(
int
a
)
5
{
6
int
t0
;
7
t0_1
=
__ABS a
;
8
return
t0_1
;
9
}
10
11
/* { dg-final { scan-tree-dump "__ABS a" "ssa" } } */