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 02/28/2017 03:45 PM, Richard Biener wrote:
> 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?

Hm, can't find startwith value that will cause that. Btw. why choosing an invalid startwith
option does not display an error message? Should I report that?

Do you have a candidate option that can possibly trigger an ICE ("stdarg" works for me).

Martin

> 
> Richard.
> 
>> Thanks,
>> Martin


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