From: Iain Sandoe Date: Wed, 6 Nov 2019 21:46:00 +0000 (+0000) Subject: [Darwin, testsuite] Fix framework-1.c on later Darwin. X-Git-Tag: upstream/12.2.0~20612 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e69ed8dc39abea60755b147541b31ad06ee229a9;p=platform%2Fupstream%2Fgcc.git [Darwin, testsuite] Fix framework-1.c on later Darwin. The test works by checking that a known framework path is accessible when the '-F' option is given. We need to find a framework path that exists across a range of Darwin versions, and parseable by GCC. This adjusts the test to use a header path that exists and is parsable from Darwin9 through Darwin19. gcc/testsuite/ChangeLog: 2019-11-06 Iain Sandoe * gcc.dg/framework-1.c: Adjust test header path. From-SVN: r277892 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index ca76559..473f66f 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2019-11-06 Iain Sandoe + + * gcc.dg/framework-1.c: Adjust test header path. + 2019-11-06 Claudiu Zissulescu Sahahb Vahedi Cupertino Miranda +#include