This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-11 in repository gcc.
from 12c03bdb586 Daily bump. new 8f29a712c40 testsuite, Darwin: Allow for undefined symbols in shared test. new 3b01cc3b088 libstdc++, Darwin: Do not use dev/null as the file for exec [...] new 1efe5c06d85 libstdc++: Sync the atomic_link_flags implementation with GCC. new 729170a4504 testsuite, Darwin: Use the IOKit framework in framework-1.c [...] new 8c19cb9c618 libstdc++, Darwin: Handle a linker warning [PR112397]. new 97a19770f65 Darwin: Do not emit .macinfo when dsymutil cannot consume it. new 5feeb2ddc93 testsuite, Darwin: Allow for an undefined symbol [PR114036]. new 241e10972c9 testsuite: Remove duplicate -lgcov [PR114034] new 30d20d6f14f jit, Darwin: Implement library exports list.
The 9 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: gcc/config/darwin.c | 23 +++- gcc/jit/Make-lang.in | 47 +++++--- gcc/jit/libgccjit.exports | 171 ++++++++++++++++++++++++++++++ gcc/testsuite/g++.dg/gcov/gcov-dump-1.C | 2 +- gcc/testsuite/g++.dg/gcov/gcov-dump-2.C | 2 +- gcc/testsuite/gcc.dg/framework-1.c | 8 +- gcc/testsuite/gcc.misc-tests/gcov-14.c | 2 +- gcc/testsuite/lib/target-supports.exp | 9 +- libstdc++-v3/configure | 38 +++++-- libstdc++-v3/configure.ac | 7 ++ libstdc++-v3/libsupc++/Makefile.am | 8 ++ libstdc++-v3/libsupc++/Makefile.in | 6 ++ libstdc++-v3/testsuite/lib/dg-options.exp | 2 +- libstdc++-v3/testsuite/lib/libstdc++.exp | 32 +++++- 14 files changed, 319 insertions(+), 38 deletions(-) create mode 100644 gcc/jit/libgccjit.exports