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
2018-05-17 Richard Biener <rguenther@suse.de>
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
tree-ssa
/
reassoc-44.c
blob
1d946f6b60449673e1bd53b26a302d51644a73fa
1
/* { dg-do compile } */
2
/* { dg-options "-O2" } */
3
4
unsigned int
a
;
5
int
b
,
c
;
6
void
fn1
()
7
{
8
b
=
a
+
c
+
c
;
9
}