-fno-tree-cselim not working?

Ian Lance Taylor iant@google.com
Mon Oct 29 17:49:00 GMT 2007


Andi Kleen <andi@firstfloor.org> writes:

> Your patch would fix it too because it uses a function call, but
> it might not in the general case when the condition happens to be 
> not a function call.

My patch will disable the if-conversion optimization for your example,
because the variable is not unconditionally set later in the function.

Ian



More information about the Gcc mailing list