Hi Paul, Paul Eggert wrote: > Remove -Wdisabled-optimization, as this is a warning about the > compiler not the program.
Does gcc's warning message give a hint how the compiler options could be adjusted, so as to enable the optimization? I'm asking because sometimes (e.g. in the Emacs display engine or in the CLISP bytecode interpreter) it would be preferable to see the warning and add appropriate compiler options — if gcc has the appropriate knobs. Bruno