|
From: Jeremy F. <je...@go...> - 2005-03-15 09:18:25
|
Nicholas Nethercote wrote:
> I've worked out why 'overlap' is failing for me in SVN -- looks like
> GCC 4.0 always inlines memcpy(). So we can't intercept it in order to
> replace it with our overlap-checking one. Hmm.
Does it leave any trace of the inlining in the debug info?
J
|