]> gcc.gnu.org Git - gcc.git/commit
testsuite, Darwin: Allow for an undefined symbol [PR114036].
authorIain Sandoe <iain@sandoe.co.uk>
Sun, 31 Mar 2024 10:27:53 +0000 (11:27 +0100)
committerIain Sandoe <iain@sandoe.co.uk>
Thu, 4 Apr 2024 18:35:22 +0000 (19:35 +0100)
commit02a1d49da8f95a128d131747546921b67818d144
treea8cb1cda24fa168f2792497594ac407276e3eb74
parent48d302702d9c37d0da4f7446c1c09677e4f2f311
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 <iain@sandoe.co.uk>
(cherry picked from commit ad8e34eaa870608e2b07b4e7147e6ef2944bb8b5)
gcc/testsuite/gcc.misc-tests/gcov-14.c
This page took 0.064385 seconds and 6 git commands to generate.