On 06/12/2018 04:27 PM, Kyrill Tkachov wrote: > Hi Martin, > > Just a couple of typos... > > On 12/06/18 15:24, Martin Liška wrote: >> Hi. >> >> The patch is mentioning IntegerRange in documentation. >> >> Ready for trunk? >> Martin >> >> gcc/ChangeLog: >> >> 2018-06-12 Martin Liska <mli...@suse.cz> >> >> * doc/options.texi: Document IntegerRange. >> --- >> gcc/doc/options.texi | 5 +++++ >> 1 file changed, 5 insertions(+) >> >> > > +@item IntegerRange(@var{n}, @var{m}) > +The options's arguments are integer numbers. The option parser > > "option's" > > +will check that value of an option is inclusively withing > +range [@var{n}, @var{m}]. > > "within the range ..." > > Cheers, > Kyrill
Thanks for the review Kyrill! Patch installed as r261498. Martin Martin