diff options
author | Jose E. Marchesi <jose.marchesi@oracle.com> | 2019-09-09 11:44:23 +0200 |
---|---|---|
committer | Jose E. Marchesi <jemarch@gcc.gnu.org> | 2019-09-09 11:44:23 +0200 |
commit | 4bc8aadf033c7dbbbb16ba99e3260da0c0fd39bf (patch) | |
tree | a72d02aba934c07b325235d29ee1fa348b77e9e3 /gcc/config.gcc | |
parent | b7b1f65711bdea483481c475fa31634ee091068f (diff) | |
download | gcc-4bc8aadf033c7dbbbb16ba99e3260da0c0fd39bf.zip gcc-4bc8aadf033c7dbbbb16ba99e3260da0c0fd39bf.tar.gz gcc-4bc8aadf033c7dbbbb16ba99e3260da0c0fd39bf.tar.bz2 |
opt-functions.awk: fix comparison of limit, begin and end
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:
* opt-functions.awk (integer_range_info): Make sure values are in
numeric context before operating with them.
From-SVN: r275503
Diffstat (limited to 'gcc/config.gcc')
0 files changed, 0 insertions, 0 deletions