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

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

https://gcc.gnu.org/g:ad8e34eaa870608e2b07b4e7147e6ef2944bb8b5

commit r14-9747-gad8e34eaa870608e2b07b4e7147e6ef2944bb8b5
Author: Iain Sandoe <i...@sandoe.co.uk>
Date:   Sun Mar 31 11:27:53 2024 +0100

    testsuite, Darwin: Allow for an undefined symbol [PR114036].

    Darwin's linker defaults to requiring all symbols to be defined at
    static link time (unless specifically noted or dynamic lookuo is
    enabled).

    For this test, we just need to note that the symbol is expected to
    be undefined.

            PR testsuite/114036

    gcc/testsuite/ChangeLog:

            * gcc.misc-tests/gcov-14.c: Allow for 'Foo' to be undefined
            on Darwin link lines.

    Signed-off-by: Iain Sandoe <i...@sandoe.co.uk>

Reply via email to