On Tue, Jan 17, 2012 at 04:35, Richard Guenther <richard.guent...@gmail.com> wrote:
> + /* Disable LTO output when outputting a precompiled header. */ > + if (pch_file && flag_lto) > + { > + flag_lto = 0; > + flag_generate_lto = 0; > + } > + Emit a warning when you do this? Diego.