Re: [ARM] PR98636 - ICE on passing incompatible options for fp16

2021-01-22 Thread Prathamesh Kulkarni via Gcc-patches
On Wed, 20 Jan 2021 at 17:23, Martin Liška wrote: > > On 1/19/21 5:55 PM, Prathamesh Kulkarni wrote: > > Hi, > > The attached patch fixes the issue mentioned in PR, by adding > > arm_fp16_format to checked_options in optc-save-gen.awk. > > Is this OK to commit in stage-4 if testing passes or shoul

Re: [ARM] PR98636 - ICE on passing incompatible options for fp16

2021-01-20 Thread Martin Liška
On 1/19/21 5:55 PM, Prathamesh Kulkarni wrote: Hi, The attached patch fixes the issue mentioned in PR, by adding arm_fp16_format to checked_options in optc-save-gen.awk. Is this OK to commit in stage-4 if testing passes or should we hold it till next stage-1 ? Please install the patch now. Note