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
Skip analyzer strndup test on hppa*-*-hpux*
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
gimplefe-32.c
blob
9b3963cdde282714473c0a390ffed387a09c1538
1
/* { dg-do compile } */
2
/* { dg-options "-O -fgimple -fdump-tree-optimized" } */
3
4
unsigned int
__GIMPLE
()
f
(
int
a
)
5
{
6
int
t0
;
7
unsigned int
t1
;
8
t0
= -
a
;
9
t1
=
__ABSU a
;
10
return
t1
;
11
}
12
13
14
/* { dg-final { scan-tree-dump-times "= -" 0 "optimized" } } */