1 /* PR tree-optimization/92683 - strncmp incorrect result with equal substrings
4 { dg-options "-O2 -Wall" } */
8 #define ident(n) ident (n)
10 __attribute__ ((noclone
, noinline
, noipa
)) size_t
18 __attribute__ ((noclone
, noinline
, noipa
)) void
19 failure_on_line (int line
)
21 __builtin_printf ("failure on line %i\n", line
);
25 #include "strcmpopt_8.c"