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
c++: Implement for namespace statics CWG 2867 - Order of initialization for structure...
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
gimplefe-29.c
blob
54b86ef86fbf87e89e21789c75341dc75dc97e45
1
/* { dg-do compile } */
2
/* { dg-options "-O -fgimple -fdump-tree-ssa-gimple" } */
3
4
unsigned int
__GIMPLE
()
f
(
int
a
)
5
{
6
unsigned int
t0
;
7
t0_1
=
__ABSU a
;
8
return
t0_1
;
9
}
10
11
/* { dg-final { scan-tree-dump "__ABSU a" "ssa" } } */