Darwin, testsuite - Adjust two tests that fail on newer OS versions.
authorIain Sandoe <iain@sandoe.co.uk>
Thu, 13 Jun 2019 17:15:37 +0000 (17:15 +0000)
committerIain Sandoe <iains@gcc.gnu.org>
Thu, 13 Jun 2019 17:15:37 +0000 (17:15 +0000)
commit342f89653affafb42ba578c876635a9ae4d06810
treeced8299631451658eeb9b0783a4624d381ea58b4
parenta0a62352726b89bfb79b5475e95eb9538e6bee56
Darwin, testsuite - Adjust two tests that fail on newer OS versions.

Newer OS versions (10.14+) do not provide some of the CRTs that are used
for older ones (e.g. 10.5), and thus link tests that specify targeting
such a revision fail.  We retain the testing of the correct defined OS
version number but switch to compile-only testing for these two tests.

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

* gcc.dg/darwin-minversion-1.c: Use compile rather than link/run.
* gcc.dg/darwin-minversion-2.c: Likewise.

From-SVN: r272251
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/darwin-minversion-1.c
gcc/testsuite/gcc.dg/darwin-minversion-2.c