Sign in
gnu
/
gcc
/
d769c5040874bf9546f2524f3f1d2a894165f92a
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
pr103314-1.c
blob: f4a631304219b6421dfd407217c9ce6fdd32798e [
file
] [
log
] [
blame
]
/* { dg-options "" } */
int
main
()
{
int
t
=
1
;
unsigned
c
=
0
,
d1
=
t
?
1
^
c
^
1
>>
(-
1
)
:
0
;
/* { dg-warning "is negative" } */
return
d1
;
}