Re: [Darwin, Driver/specs] A bit more TLC, factor version-min code, lose some dead specs.

2015-10-18 Thread Iain Sandoe
On 13 Sep 2015, at 21:25, Mike Stump wrote: > > Ok with or without the warning. So .. I removed the warning, and changed the string handling funcs to use those from libiberty, since earlier Darwin don't have the strn*, actual patch applied attached, cheers Iain Index: gcc/ChangeLog =

Re: [Darwin, Driver/specs] A bit more TLC, factor version-min code, lose some dead specs.

2015-09-13 Thread Mike Stump
On Sep 12, 2015, at 7:33 AM, Iain Sandoe wrote: > e) If a user elects to call a compiler (cc1*, f951, etc.) without a > version-min, the init provided in (d) will kick in, and stop the compiler > from segv-ing. However, we should warn the User that a default was used, > because it's very likel

[Darwin, Driver/specs] A bit more TLC, factor version-min code, lose some dead specs.

2015-09-12 Thread Iain Sandoe
Hi, This is a clean-up and code re-factoring patch; NFC intended. a) The arcane version specs that attempted to figure out a version-min on the basis of inspecting other c/l flags have been dead for some time (since the driver started inserting a default); so let's lose those. b) We'll need ac