On 2013 Nov 12, at 14:47, Rafael Espíndola <rafael.espindola at gmail.com> wrote: >> + std::sort(Libcalls.begin(), Libcalls.end()); > > oops. Sorry for only noticing this now, but this should probably use > array_pod_sort. Interesting — I’ll fix that up when I get a chance.