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-24.c
blob
1f8dbb472538d883d60ffcffbdb0f20859bb4023
1
/* { dg-do compile } */
2
/* { dg-options "-fgimple" } */
3
4
int
__GIMPLE
foo
(
int
a
)
5
{
6
int
t1
;
7
t1_1
=
__builtin_abs
(
a
);
8
return
t1_1
;
9
}