]> git.ipfire.org Git - thirdparty/gcc.git/commit
[Darwin] Fix two off-by-one errors in the driver.
authoriains <iains@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 19 Jun 2019 16:07:58 +0000 (16:07 +0000)
committeriains <iains@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 19 Jun 2019 16:07:58 +0000 (16:07 +0000)
commitdf07e578f165346e118f03fe5f83310dfa97b1fe
tree90a9613d1f69f51efe83ec63a1a1a3caf3f87fed
parentb99da9bd6a5387bb4685e8a1101c9dc71c17b726
[Darwin] Fix two off-by-one errors in the driver.

2019-06-19  Iain Sandoe  <iain@sandoe.co.uk>

        * config/darwin-driver.c (darwin_driver_init): Fix off-by-one errors
        in computing the number of options to be moved.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@272479 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config/darwin-driver.c