Need Help With Optimization Options

Andrew Haley aph@redhat.com
Tue Feb 26 21:12:00 GMT 2008


Valery Klimov wrote:
> Helloy.
> How can i disable calculation of constant expressions. I need to save
> whole expression in rtl code. Can i do it using compiler optionins and
> what options need to use?

I don't think so.  You'd have to hack fold() in fold-const.c to do
nothing.  

Andrew.



More information about the Gcc-help mailing list