Re: [PATCH V6 02/11] opt-functions.awk: fix comparison of limit, begin and end

2019-09-09 Thread Jose E. Marchesi
The function integer_range_info makes sure that, if provided, the initial value fills in the especified range. However, it is necessary to convert the values to a numerical context before comparing, to make sure awk is using arithmetical order and not lexicographical order.

[PATCH V6 02/11] opt-functions.awk: fix comparison of limit, begin and end

2019-08-29 Thread Jose E. Marchesi
The function integer_range_info makes sure that, if provided, the initial value fills in the especified range. However, it is necessary to convert the values to a numerical context before comparing, to make sure awk is using arithmetical order and not lexicographical order. gcc/ChangeLog: