https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114049

--- Comment #12 from GCC Commits <cvs-commit at gcc dot gnu.org> ---
The releases/gcc-12 branch has been updated by Iain D Sandoe
<ia...@gcc.gnu.org>:

https://gcc.gnu.org/g:4c8d37badaa42e85218eb9b89aef3e4f6cf4486e

commit r12-10375-g4c8d37badaa42e85218eb9b89aef3e4f6cf4486e
Author: Iain Sandoe <i...@sandoe.co.uk>
Date:   Mon Mar 18 10:06:44 2024 +0000

    testsuite, Darwin: Use the IOKit framework in framework-1.c [PR114049].

    The intent of the test is to show that we find a framework that
    is installed in /System/Library/Frameworks when the user has added
    a '-F' option.  The trick is to choose some header that is present
    for all the Darwin versions we support and that does not contain any
    content we cannot parse.  We had been using the Kernel framework for
    this, but recent SDK versions have revealed that this is not suitable.

    Replacing with a use of IOKit.

            PR target/114049

    gcc/testsuite/ChangeLog:

            * gcc.dg/framework-1.c: Use an IOKit header instead of a
            Kernel one.

    Signed-off-by: Iain Sandoe <i...@sandoe.co.uk>
    (cherry picked from commit 4adb1a5839e7a3310a127c1776f1f95d7edaa6ff)

Reply via email to