APPEAL to steering committee: [Bug target/23605] memset() Optimization on x86-32 bit
Richard Henderson
rth@redhat.com
Mon Aug 29 22:20:00 GMT 2005
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~
More information about the Gcc
mailing list