/* PR tree-optimization/48022 */ /* { dg-do compile } */ /* { dg-options "-O2 -Wstrict-overflow" } */ #include int foo (const char *x) { return strcmp (x, "/"); }