Re: [PATCH] options: fix integer overflow

2020-12-15 Thread Jeff Law via Gcc-patches
On 12/15/20 3:30 AM, Martin Liška wrote: > The patch reports an error when a non-HOST_WIDE_INT options is used > and its value is bigger than INT_MAX. > > Patch can bootstrap on x86_64-linux-gnu and survives regression tests. > > Ready to be installed? > Thanks, > Martin > > gcc/ChangeLog: > >

[PATCH] options: fix integer overflow

2020-12-15 Thread Martin Liška
The patch reports an error when a non-HOST_WIDE_INT options is used and its value is bigger than INT_MAX. Patch can bootstrap on x86_64-linux-gnu and survives regression tests. Ready to be installed? Thanks, Martin gcc/ChangeLog: PR rtl-optimization/98271 PR rtl-optimization/98