------- Additional Comments From kargl at gcc dot gnu dot org 2005-09-16 02:34 ------- I'm not sure what this function is really accomplishing. The line "*dest = *src;" isn't copying src to dest. We simply have set *dest to point to src. So, the for loop is a NOP. Of course, I could be missing something. Time to dig through the ChnageLog.
-- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23905