On Tuesday, June 7th, 2022 at 10:46 PM, Jonathan Wakely
wrote:
> On Tue, 7 Jun 2022 at 20:44, Jonathan Wakely wrote:
>
> > On Tue, 7 Jun 2022 at 20:40, Miika via Gcc gcc@gcc.gnu.org wrote:
> >
> > > On Monday, June 6th, 2022 at 9:42 PM, Ben Boeckel ben.boec...@kitware.com
> > > wrote:
> > >
> >
On Tue, 7 Jun 2022 at 20:44, Jonathan Wakely wrote:
>
> On Tue, 7 Jun 2022 at 20:40, Miika via Gcc wrote:
> >
> > On Monday, June 6th, 2022 at 9:42 PM, Ben Boeckel
> > wrote:
> > > > Based on Jakub's and Yair's comments I created a new attribute
> > > > "inrange".
> > > > Inrage takes three arg
On Tue, 7 Jun 2022 at 20:40, Miika via Gcc wrote:
>
> On Monday, June 6th, 2022 at 9:42 PM, Ben Boeckel
> wrote:
> > > Based on Jakub's and Yair's comments I created a new attribute "inrange".
> > > Inrage takes three arguments, pos min and max.
> > > Pos being the argument position in the funct
On Monday, June 6th, 2022 at 9:42 PM, Ben Boeckel
wrote:
> > Based on Jakub's and Yair's comments I created a new attribute "inrange".
> > Inrage takes three arguments, pos min and max.
> > Pos being the argument position in the function, and min and max defines the
> > range of valid integer. Bo