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
arm: fix typo in dg-require-effective-target [PR118089]
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
tree-ssa
/
pr71292.c
blob
1a25d93843fdef46b2b93724b05845b3ff2c588a
1
/* PR middle-end/71292 */
2
/* { dg-do compile } */
3
/* { dg-options "-O2" } */
4
5
unsigned long
a
;
6
long
b
,
d
;
7
int
c
;
8
void
fn1
()
9
{
10
unsigned long
e
=
a
+
c
;
11
b
=
d
+
e
+
a
+
8
;
12
}