http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50277
--- Comment #2 from Ivan Tubert-Brohman <ivan.tubert at gmail dot com> 2011-09-02 16:51:42 UTC --- On Fri, Sep 2, 2011 at 12:45 PM, pinskia at gcc dot gnu.org <gcc-bugzi...@gcc.gnu.org> wrote: > --- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> 2011-09-02 > 16:45:15 UTC --- > strndup is part of the libc that comes from your OS and not part of GCC. Most > likely you wanted to file this as a glibc bug. Thanks, I got confused because I found the code in the gcc repository. (I was looking at http://gcc.gnu.org/viewcvs/trunk/libiberty/strndup.c?view=markup )