------- Additional Comments From pinskia at gcc dot gnu dot org 2004-10-20 20:27 ------- memcpy(0x1BE08FEC, 0x1BE08FEC, 5)
new_ptr -= n; old_ptr -= n; if (n > 0) memcpy (new_ptr, old_ptr, n); Someone needs to look into this part though because I don't understand the code at all. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18091