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
Require target lra in gcc.dg/pr108095.c
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
pr91860-3.c
blob
2b488cc9048128d1cc3d46737c67c90b55ff369d
1
/* { dg-do compile } */
2
/* { dg-options "-Og -g2 --param=max-combine-insns=3" } */
3
4
int
a
,
b
;
5
6
void
7
foo
(
void
)
8
{
9
unsigned short
d
=
46067
;
10
int
e
=
e
;
11
d
<<=
__builtin_mul_overflow
(~
0
,
e
, &
a
);
12
d
|= -
68719476735
;
13
b
=
d
;
14
}
15