]> git.ipfire.org Git - thirdparty/gcc.git/commit
Darwin, testsuite - Adjust two tests that fail on newer OS versions.
authoriains <iains@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 13 Jun 2019 17:15:37 +0000 (17:15 +0000)
committeriains <iains@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 13 Jun 2019 17:15:37 +0000 (17:15 +0000)
commit80eb04fe59acdc3e320a0e3f51a34e416eaec61b
treeced8299631451658eeb9b0783a4624d381ea58b4
parent8b5954497b9cd526e5290a461548e240e49fd699
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@272251 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/darwin-minversion-1.c
gcc/testsuite/gcc.dg/darwin-minversion-2.c