Sign in
gnu
/
gcc
/
e5cfb9cac1d7aba9a8ea73bfe7922cfaff9d61f3
/
.
/
gcc
/
testsuite
/
gcc.dg
/
pr48022-2.c
blob: 41fcb533819c9561b66e9f421fcc340afd5dba8e [
file
] [
log
] [
blame
]
/* PR tree-optimization/48022 */
/* { dg-do compile } */
/* { dg-options "-O2 -Wstrict-overflow" } */
#include
<string.h>
int
foo
(
const
char
*
x
)
{
return
strcmp
(
x
,
"/"
);
}