On Sun, Aug 28, 2005 at 04:29:56PM -0700, Ian Lance Taylor wrote: > In the meantime, I think there may be a bug here, in that memset is > open coded for the i386 at -O0. That doesn't make sense to me; e.g., > it prevents setting a breakpoing on memset.
This, IMO, has nothing to do with i386. If we don't want to open-code memset at -O0, we should have avoided transforming this such that we call to clear_storage in the first place. r~