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
Skip analyzer strndup test on hppa*-*-hpux*
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
pr91860-2.c
blob
7b44e648ca62d1f000b80e2180928f015baa0c71
1
/* { dg-do compile } */
2
/* { dg-options "-Og -fexpensive-optimizations -fno-tree-fre -g --param=max-combine-insns=4" } */
3
4
unsigned
a
,
b
,
c
;
5
void
6
foo
(
void
)
7
{
8
unsigned short
e
;
9
__builtin_mul_overflow
(
0
,
b
, &
a
);
10
__builtin_sub_overflow
(
59347
,
9
, &
e
);
11
e
<<=
a
&
5
;
12
c
=
e
;
13
}