Sign in
gnu
/
gcc
/
d769c5040874bf9546f2524f3f1d2a894165f92a
/
.
/
gcc
/
testsuite
/
gcc.dg
/
pr89506.c
blob: 2ec4f32118a67598e5c5a5f5fd7fb109c74227e4 [
file
] [
log
] [
blame
]
/* PR target/89506 */
/* { dg-do compile } */
/* { dg-options "-Og -g -w" } */
long
long
a
;
int
c
;
int
foo
(
long
long
d
,
short
e
)
{
__builtin_sub_overflow
(
0xffffffff
,
c
,
&
a
);
e
>>=
~
2147483647
!=
(
int
)
a
;
return
d
+
e
;
}