From: GCC Administrator Date: Tue, 30 Apr 2024 00:19:27 +0000 (+0000) Subject: Daily bump. X-Git-Tag: releases/gcc-11.5.0~176 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3592aa7e4f51eb2f57c14004588fb01409cf72dc;p=thirdparty%2Fgcc.git Daily bump. --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index f5282258a093..303a2352a82e 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,11 @@ +2024-04-29 Iain Sandoe + + Backported from master: + 2024-04-02 Iain Sandoe + + * config/darwin.c (darwin_override_options): Reduce the debug + level to 2 if dsymutil cannot handle .macinfo sections. + 2024-04-28 Iain Sandoe * config/darwin.c: Return true as the default libc avaiability. diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index 0f5a44de13f6..d46e1cb1feb1 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20240429 +20240430 diff --git a/gcc/jit/ChangeLog b/gcc/jit/ChangeLog index 8255ddde21f2..6fa6e6ef3869 100644 --- a/gcc/jit/ChangeLog +++ b/gcc/jit/ChangeLog @@ -1,3 +1,12 @@ +2024-04-29 Iain Sandoe + + Backported from master: + 2024-04-02 Iain Sandoe + + * Make-lang.in: Implement exports list, and use a shared + libgcc. + * libgccjit.exports: New file. + 2023-05-29 Release Manager * GCC 11.4.0 released. diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 774f78cca291..6b20e6fb1c66 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,39 @@ +2024-04-29 Iain Sandoe + + Backported from master: + 2024-04-02 Iain Sandoe + + PR testsuite/114034 + * g++.dg/gcov/gcov-dump-1.C: Remove extra -lgcov. + * g++.dg/gcov/gcov-dump-2.C: Likewise. + +2024-04-29 Iain Sandoe + + Backported from master: + 2024-04-02 Iain Sandoe + + PR testsuite/114036 + * gcc.misc-tests/gcov-14.c: Allow for 'Foo' to be undefined + on Darwin link lines. + +2024-04-29 Iain Sandoe + + Backported from master: + 2024-03-19 Iain Sandoe + + PR target/114049 + * gcc.dg/framework-1.c: Use an IOKit header instead of a + Kernel one. + +2024-04-29 Iain Sandoe + + Backported from master: + 2024-02-02 Iain Sandoe + Francois-Xavier Coudert + + * lib/target-supports.exp (check_effective_target_shared): + Allow the external symbols referenced in the test to be undefined. + 2024-04-28 Francois-Xavier Coudert Backported from master: diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index ce4e4bab5a8b..7475457eb17e 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,32 @@ +2024-04-29 Iain Sandoe + + Backported from master: + 2024-02-19 Iain Sandoe + Jonathan Wakely + + PR target/112397 + * configure: Regenerate. + * configure.ac: Detect if we are building for Darwin. + * libsupc++/Makefile.am: If we are building for Darwin, then + suppress hot/cold partitioning for the array allocators. + * libsupc++/Makefile.in: Regenerated. + +2024-04-29 Iain Sandoe + + Backported from master: + 2024-03-19 Iain Sandoe + + * testsuite/lib/dg-options.exp (atomic_link_flags): Emit a -B + option for the path to the uninstalled libatomic. + +2024-04-29 Iain Sandoe + + Backported from master: + 2024-03-19 Iain Sandoe + + * testsuite/lib/libstdc++.exp (v3_target_compile): Instead of + /dev/null, use a temporary file for test executables on Darwin. + 2024-04-24 Iain Sandoe Backported from master: