------- Comment #3 from ajrobb at bigfoot dot com 2009-02-13 04:05 ------- Many apologies. The bug was in line 66 of my code: should read:
while (src < end && dst < lim) { This was polluting the stack - hardly surprising it crashed! -- ajrobb at bigfoot dot com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39166