1 /* { dg-do compile { target fpic } } */
2 /* { dg-options "-O2 -fPIC -funroll-loops" } */
5 test (const char *parent
, const char *child
)
7 static char rtn_path
[1024];
9 char *s_end
= rtn_path
+ sizeof (rtn_path
);
10 const char *s2
= child
;
14 while ((s
< s_end
) && (*s2
!= '\0'))