Sign in
gnu
/
gcc
/
a6d3012b274f38b20e2a57162106f625746af6c6
/
.
/
gcc
/
testsuite
/
gcc.dg
/
overflow-warn-7.c
blob: 7c0ce68df50864187e0fbcecf10a60c42d3595a3 [
file
] [
log
] [
blame
]
/* { dg-do compile } */
/* { dg-options "-Wall" } */
int
f
(
char
*
device
)
{
return
device
==
((
char
*)
0
+
~
0UL
);
/* { dg-bogus "overflow" } */
}