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-6.c
blob
242e08fe1a04ecf83042f24330972e24e29a4fb7
1
/* { dg-do compile } */
2
/* { dg-options "-fgimple" } */
3
4
void
__GIMPLE
()
foo
()
5
{
6
int
a
;
7
int
b
;
8
int
c
;
9
int
d
;
10
11
bb_2
:
12
a
= ~
b
;
13
b
=
a
<<
c
;
14
c
=
a
&
b
;
15
d
=
b
|
c
;
16
17
bb_3
:
18
return
;
19
}