Mail Archives: djgpp-workers/1998/02/11/05:09:00
On Tue, 10 Feb 1998, Nate Eldredge wrote:
> AFAIK, 2.7.2.1 does actually fix it. `-fstrength-reduce' is definitely
> enabled for 2.7.2.1. I looked at the diff from 2.7.2. It includes a
> changelog entry that seems to describe a fix for the bug, and a
> corresponding patch that seems to be the fix itself. Actually, it seems like
> it just disabled the specific optimization that didn't work (it could be
> affected by overflow sometimes, apparently), but left the rest of strength
> reduction intact.
That's what I knew. It would be interesting to see whether GCC 2.8
corrected the bug as God intended, i.e. without disabling a broad class
of optimizations. This thought was actually the reason for my question.
I thought that we may be missing some optimizations due to old fears.
- Raw text -