[Bug target/80204] macosx-version-min wrong for macOS Sierra 10.12.3

2019-02-20 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80204 Eric Gallager changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug target/80204] macosx-version-min wrong for macOS Sierra 10.12.3

2018-11-20 Thread simon at pushface dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80204 --- Comment #6 from simon at pushface dot org --- Selected output from "gcc empty.c -v -Wl,-v" on macOS 10.14.1 (darwin 18.2.0), with gcc 9.0.0 20181103 built on x86_64-apple-darwin15, correctly showing -mmacosx-version-min=10.14.0 &

[Bug target/80204] macosx-version-min wrong for macOS Sierra 10.12.3

2018-11-19 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80204 Martin Liška changed: What|Removed |Added CC||marxin at gcc dot gnu.org --- Comment #5

[Bug target/80204] macosx-version-min wrong for macOS Sierra 10.12.3

2017-09-12 Thread law at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80204 --- Comment #4 from Jeffrey A. Law --- Author: law Date: Tue Sep 12 15:29:16 2017 New Revision: 252029 URL: https://gcc.gnu.org/viewcvs?rev=252029=gcc=rev Log: PR target/80204 * config/darwin-driver.c

[Bug target/80204] macosx-version-min wrong for macOS Sierra 10.12.3

2017-08-29 Thread simon at pushface dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80204 --- Comment #3 from simon at pushface dot org --- Created attachment 42077 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=42077=edit Patch to gcc/config/darwin-driver.c

[Bug target/80204] macosx-version-min wrong for macOS Sierra 10.12.3

2017-08-29 Thread simon at pushface dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80204 --- Comment #2 from simon at pushface dot org --- Created attachment 42076 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=42076=edit Proposed solution Demonstrates the solution proposed in the patch.

[Bug target/80204] macosx-version-min wrong for macOS Sierra 10.12.3

2017-03-28 Thread simon at pushface dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80204 --- Comment #1 from simon at pushface dot org --- macOS 10.12.4 includes kernel version 16.5.0. The command line tools have been updated: clang cc1 is now version 8.1.0 (clang-802.0.38). It still specifies -macosx_version_min 10.12.0 at link