[Bug target/90698] Darwin X86 backend lacks support for mcmodel={medium, large, kernel}

2023-07-07 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90698

Richard Biener  changed:

   What|Removed |Added

   Target Milestone|10.5|---

[Bug target/90698] Darwin X86 backend lacks support for mcmodel={medium, large, kernel}

2022-06-28 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90698

Jakub Jelinek  changed:

   What|Removed |Added

   Target Milestone|10.4|10.5

--- Comment #14 from Jakub Jelinek  ---
GCC 10.4 is being released, retargeting bugs to GCC 10.5.

[Bug target/90698] Darwin X86 backend lacks support for mcmodel={medium, large, kernel}

2021-10-05 Thread egallager at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90698

--- Comment #13 from Eric Gallager  ---
For the purposes of clarifying the "lacks support" wording, where exactly does
the failure occur if one tries to enable it? That is, in which step?

[Bug target/90698] Darwin X86 backend lacks support for mcmodel={medium, large, kernel}

2021-04-08 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90698

Richard Biener  changed:

   What|Removed |Added

   Target Milestone|10.3|10.4

--- Comment #12 from Richard Biener  ---
GCC 10.3 is being released, retargeting bugs to GCC 10.4.

[Bug target/90698] Darwin X86 backend lacks support for mcmodel={medium, large, kernel}

2020-07-23 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90698

Richard Biener  changed:

   What|Removed |Added

   Target Milestone|10.2|10.3

--- Comment #11 from Richard Biener  ---
GCC 10.2 is released, adjusting target milestone.

[Bug target/90698] Darwin X86 backend lacks support for mcmodel={medium, large, kernel}

2020-05-07 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90698

Jakub Jelinek  changed:

   What|Removed |Added

   Target Milestone|10.0|10.2

--- Comment #10 from Jakub Jelinek  ---
GCC 10.1 has been released.

[Bug target/90698] Darwin X86 backend lacks support for mcmodel={medium, large, kernel}

2019-09-08 Thread iains at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90698

--- Comment #9 from Iain Sandoe  ---
Author: iains
Date: Sun Sep  8 19:49:27 2019
New Revision: 275496

URL: https://gcc.gnu.org/viewcvs?rev=275496=gcc=rev
Log:
[Darwin, X86, testsuite] Add xfails for PR90396.

We don't have support for -mcmodel={medium, large, kernel} so don't
expect tests for those things to work.

For now mark them as xfail where possible and skip where that isn't.
These changes will be logged onto the PR and therefore can be backed
out when the facility is implemented.

2019-09-08  Iain Sandoe  

Backport from mainline.
2019-06-01  Iain Sandoe  

PR target/90698
* gcc.target/i386/pr49866.c: XFAIL for Darwin.
* gcc.target/i386/pr63538.c: Likewise.
* gcc.target/i386/pr61599-1.c: Skip for Darwin.


Modified:
branches/gcc-7-branch/gcc/testsuite/ChangeLog
branches/gcc-7-branch/gcc/testsuite/gcc.target/i386/pr49866.c
branches/gcc-7-branch/gcc/testsuite/gcc.target/i386/pr61599-1.c
branches/gcc-7-branch/gcc/testsuite/gcc.target/i386/pr63538.c

[Bug target/90698] Darwin X86 backend lacks support for mcmodel={medium, large, kernel}

2019-08-30 Thread iains at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90698

--- Comment #8 from Iain Sandoe  ---
Author: iains
Date: Fri Aug 30 20:02:13 2019
New Revision: 275224

URL: https://gcc.gnu.org/viewcvs?rev=275224=gcc=rev
Log:
[Darwin, X86, testsuite] Add xfails for PR90698.

We don't have support for -mcmodel={medium, large, kernel} so don't
expect tests for those things to work.

For now mark them as xfail where possible and skip where that isn't.
These changes will be logged onto the PR and therefore can be backed
out when the facility is implemented.

2019-08-30  Iain Sandoe  

Backport from mainline.
2019-06-01  Iain Sandoe  

PR target/90698
* gcc.target/i386/pr49866.c: XFAIL for Darwin.
* gcc.target/i386/pr63538.c: Likewise.
* gcc.target/i386/pr61599-1.c: Skip for Darwin.


Modified:
branches/gcc-8-branch/gcc/testsuite/ChangeLog
branches/gcc-8-branch/gcc/testsuite/gcc.target/i386/pr49866.c
branches/gcc-8-branch/gcc/testsuite/gcc.target/i386/pr61599-1.c
branches/gcc-8-branch/gcc/testsuite/gcc.target/i386/pr63538.c

[Bug target/90698] Darwin X86 backend lacks support for mcmodel={medium, large, kernel}

2019-08-04 Thread iains at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90698

--- Comment #7 from Iain Sandoe  ---
Author: iains
Date: Sun Aug  4 11:54:13 2019
New Revision: 274073

URL: https://gcc.gnu.org/viewcvs?rev=274073=gcc=rev
Log:
Darwin, X86, backport test adjusts for PR90698.

We don't have support for -mcmodel={medium, large, kernel} so don't
expect tests for those things to work.

For now mark them as xfail where possible and skip where that isn't.
These changes will be logged onto the PR and therefore can be backed
out when the facility is implemented.

2019-08-04  Iain Sandoe  

Backport from mainline.
2019-06-01  Iain Sandoe  

PR target/90698
* gcc.target/i386/pr49866.c: XFAIL for Darwin.
* gcc.target/i386/pr63538.c: Likewise.
* gcc.target/i386/pr61599-1.c: Skip for Darwin.


Modified:
branches/gcc-9-branch/gcc/testsuite/ChangeLog
branches/gcc-9-branch/gcc/testsuite/gcc.target/i386/pr49866.c
branches/gcc-9-branch/gcc/testsuite/gcc.target/i386/pr61599-1.c
branches/gcc-9-branch/gcc/testsuite/gcc.target/i386/pr63538.c

[Bug target/90698] Darwin X86 backend lacks support for mcmodel={medium, large, kernel}

2019-06-01 Thread iains at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90698

--- Comment #6 from Iain Sandoe  ---
Author: iains
Date: Sat Jun  1 19:59:30 2019
New Revision: 271839

URL: https://gcc.gnu.org/viewcvs?rev=271839=gcc=rev
Log:
Darwin, x86, testsuite - adjust tests for Darwin PR90698.

We don't have support for -mcmodel={medium, large, kernel} so don't
expect tests for those things to work.

For now mark them as xfail where possible and skip where that isn't.
These changes will be logged onto the PR and therefore can be backed
out when the facility is implemented.

gcc/testsuite/ChangeLog:

2019-06-01  Iain Sandoe  

PR target/90698
* gcc.target/i386/pr49866.c: XFAIL for Darwin.
* gcc.target/i386/pr63538.c: Likewise.
* gcc.target/i386/pr61599-1.c: Skip for Darwin.


Modified:
trunk/gcc/testsuite/ChangeLog
trunk/gcc/testsuite/gcc.target/i386/pr49866.c
trunk/gcc/testsuite/gcc.target/i386/pr61599-1.c
trunk/gcc/testsuite/gcc.target/i386/pr63538.c

[Bug target/90698] Darwin X86 backend lacks support for mcmodel={medium, large, kernel}

2019-05-31 Thread iains at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90698

--- Comment #5 from Iain Sandoe  ---
*** Bug 63794 has been marked as a duplicate of this bug. ***

[Bug target/90698] Darwin X86 backend lacks support for mcmodel={medium, large, kernel}

2019-05-31 Thread iains at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90698

Iain Sandoe  changed:

   What|Removed |Added

 CC||fxcoudert at gcc dot gnu.org

--- Comment #4 from Iain Sandoe  ---
*** Bug 63893 has been marked as a duplicate of this bug. ***

[Bug target/90698] Darwin X86 backend lacks support for mcmodel={medium, large, kernel}

2019-05-31 Thread iains at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90698

Iain Sandoe  changed:

   What|Removed |Added

 CC||testuser021845 at gmail dot com

--- Comment #3 from Iain Sandoe  ---
*** Bug 69061 has been marked as a duplicate of this bug. ***

[Bug target/90698] Darwin X86 backend lacks support for mcmodel={medium, large, kernel}

2019-05-31 Thread iains at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90698

Iain Sandoe  changed:

   What|Removed |Added

 CC||howarth.at.gcc.testresults@
   ||gmail.com

--- Comment #2 from Iain Sandoe  ---
*** Bug 63793 has been marked as a duplicate of this bug. ***

[Bug target/90698] Darwin X86 backend lacks support for mcmodel={medium, large, kernel}

2019-05-31 Thread iains at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90698

Iain Sandoe  changed:

   What|Removed |Added

 CC||dominiq at lps dot ens.fr

--- Comment #1 from Iain Sandoe  ---
*** Bug 50077 has been marked as a duplicate of this bug. ***

[Bug target/90698] Darwin X86 backend lacks support for mcmodel={medium, large, kernel}

2019-05-31 Thread iains at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90698

Iain Sandoe  changed:

   What|Removed |Added

   Keywords||wrong-code
 Target||x64_64-apple-darwin*
 Status|UNCONFIRMED |NEW
   Last reconfirmed||2019-06-01
   Target Milestone|--- |10.0
 Ever confirmed|0   |1