https://gcc.gnu.org/g:e5bb3896036add7416707512e3d440055cffdf16
commit r16-3119-ge5bb3896036add7416707512e3d440055cffdf16 Author: GCC Administrator <gccadmin@gcc.gnu.org> Date: Mon Aug 11 00:16:52 2025 +0000 Daily bump. Diff: --- config/ChangeLog | 5 +++++ gcc/ChangeLog | 32 ++++++++++++++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/testsuite/ChangeLog | 38 ++++++++++++++++++++++++++++++++++++++ libcpp/ChangeLog | 4 ++++ libgcobol/ChangeLog | 4 ++++ libstdc++-v3/ChangeLog | 4 ++++ 7 files changed, 88 insertions(+), 1 deletion(-) diff --git a/config/ChangeLog b/config/ChangeLog index da86623e8b93..10bce27d8e91 100644 --- a/config/ChangeLog +++ b/config/ChangeLog @@ -1,3 +1,8 @@ +2025-08-10 Ijaz, Abdul B <abdul.b.i...@intel.com> + + * lib-link.m4: Handle dash in the library name for + AC_LIB_LINKFLAGS_BODY. + 2025-05-23 Andi Kleen <a...@gcc.gnu.org> * bootstrap-native.mk: New file. diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 535eb2464c3c..51ba10b3f83d 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,35 @@ +2025-08-10 Matthew Fortune <matthew.fort...@imgtec.com> + + * config/mips/mips.h (FRAME_GROWS_DOWNWARD) Allow the frame to + grow downwards for mips16 when -mgrow-frame-downwards is set. + * config/mips/mips.opt: Add -mgrow-frame-downwards option. + +2025-08-10 Andrew Pinski <quic_apin...@quicinc.com> + + PR middle-end/121438 + PR middle-end/121444 + * output.h (MAX_ALIGN_MERGABLE): Rename to ... + (MAX_MERGEABLE_BITSIZE): This. + * tree-switch-conversion.cc (switch_conversion::build_one_array): Don't + increase the alignment. + * varasm.cc (mergeable_string_section): Use MAX_MERGEABLE_BITSIZE + instead of MAX_ALIGN_MERGABLE. Also replace `/ 8` with `/ BITS_PER_UNIT`. + (mergeable_constant_section): Select the mergeable section based on + the bitsize rather than the alignment. Make sure the align is less + than the entity size. + +2025-08-10 Andrew Pinski <quic_apin...@quicinc.com> + + PR middle-end/121394 + * varasm.cc (assemble_variable_contents): Pad out + mergeable sections if needed. + (output_constant_pool_1): Change the padding to be explicit + zeroing for mergeable sections. + +2025-08-10 H.J. Lu <hjl.to...@gmail.com> + + * configure: Regenerated. + 2025-08-09 Iain Sandoe <i...@sandoe.co.uk> * config/darwin.cc (darwin_encode_section_info): Do not diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index c740198fdd21..9aa9a6d48c34 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20250810 +20250811 diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index b3ddaf1a7473..835d3447d0bf 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,41 @@ +2025-08-10 H.J. Lu <hjl.to...@gmail.com> + + PR testsuite/121205 + * gcc.dg/asm-hard-reg-6.c: Adjust scan for x86 with ia32, lp64 and + x32. + +2025-08-10 H.J. Lu <hjl.to...@gmail.com> + + PR testsuite/121205 + * gcc.dg/asm-hard-reg-5.c: Compile for x86 !ia32. + +2025-08-10 H.J. Lu <hjl.to...@gmail.com> + + PR testsuite/121205 + * gcc.dg/asm-hard-reg-4.c: Compile with -msse2 for x86 and scan + x86. + +2025-08-10 H.J. Lu <hjl.to...@gmail.com> + + PR testsuite/121205 + * gcc.dg/asm-hard-reg-2.c: Compile for x86 !ia32 and scan x86. + +2025-08-10 H.J. Lu <hjl.to...@gmail.com> + + PR testsuite/121205 + * gcc.dg/asm-hard-reg-1.c: Adjust scan for x86 with ia32, x32 and + lp64. + +2025-08-10 Harish Sadineni <harish.sadin...@windriver.com> + + PR target/118885 + * gcc.target/i386/pr90579.c: add -fno-pie to dg-options + to fix tests when PIE is enabled. + +2025-08-10 Torbjörn SVENSSON <torbjorn.svens...@foss.st.com> + + * lib/multiline.exp: Added pruning of .exe. + 2025-08-09 H.J. Lu <hjl.to...@gmail.com> PR testsuite/121205 diff --git a/libcpp/ChangeLog b/libcpp/ChangeLog index 874a08a37981..ece94831a945 100644 --- a/libcpp/ChangeLog +++ b/libcpp/ChangeLog @@ -1,3 +1,7 @@ +2025-08-10 H.J. Lu <hjl.to...@gmail.com> + + * configure: Regenerated. + 2025-08-07 Jakub Jelinek <ja...@redhat.com> PR preprocessor/120778 diff --git a/libgcobol/ChangeLog b/libgcobol/ChangeLog index 38b6dbc42c6d..078757d5604c 100644 --- a/libgcobol/ChangeLog +++ b/libgcobol/ChangeLog @@ -1,3 +1,7 @@ +2025-08-10 H.J. Lu <hjl.to...@gmail.com> + + * configure: Regenerated. + 2025-08-08 Robert Dubner <rdub...@symas.com> * libgcobol.cc (int128_to_field): Switch to the new routine. diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 72a86105e0bd..a003cba6b4ba 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,7 @@ +2025-08-10 H.J. Lu <hjl.to...@gmail.com> + + * configure: Regenerated. + 2025-08-07 Gerald Pfeifer <ger...@pfeifer.com> * doc/xml/manual/build_hacking.xml: Switch gcc.gnu.org installation