2 /* { dg-options "-O2 -fdump-tree-strlen" } */
8 size_t __attribute__ ((noinline
, noclone
))
13 strcpy (a
, "foo.bar");
19 size_t __attribute__ ((noinline
, noclone
))
23 strcpy (a
, "foo.bar");
33 if (f1 ('_') != 4 || f1 (0) != 3 || f2 (a
, '_') != 4 || f2 (a
, 0) != 3)
38 /* { dg-final { scan-tree-dump-times "strlen \\(" 2 "strlen1" } } */