[Bug target/90698] Darwin X86 backend lacks support for mcmodel={medium, large, kernel}
iains at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Fri Aug 30 20:02:00 GMT 2019
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90698
--- Comment #8 from Iain Sandoe <iains at gcc dot gnu.org> ---
Author: iains
Date: Fri Aug 30 20:02:13 2019
New Revision: 275224
URL: https://gcc.gnu.org/viewcvs?rev=275224&root=gcc&view=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 <iain@sandoe.co.uk>
Backport from mainline.
2019-06-01 Iain Sandoe <iain@sandoe.co.uk>
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
More information about the Gcc-bugs
mailing list