Simple optimizations missing

Graham Stott grahams@redhat.com
Sun Sep 9 07:39:00 GMT 2001


Frank Klemm wrote:
> 
> Expression optimizations:
> 
>         x / x = 1
>         x % x = 0
> 
> Trivial.
Only if you can deduce that x != 0


> --
> Frank Klemm

Graham



More information about the Gcc mailing list