This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Do not allow to run GIMPLE or RTL test-cases w/ LTO (PR lto/79625).


On Tue, Feb 28, 2017 at 2:51 PM, Martin Liška <mliska@suse.cz> wrote:
> Hello.
>
> As mentioned in the PR, I hope rejecting -flto option with both GIMPLE and RTL can
> work for the issue.
>
> Ready after it finishes regression tests?

Actually GIMPLE should work fine if you make sure to start compilation
before LTO streaming,
if you don't it also won't ICE, will it?

Richard.

> Thanks,
> Martin


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]