From: GCC Administrator Date: Mon, 11 Aug 2025 00:16:52 +0000 (+0000) Subject: Daily bump. X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=e5bb3896036add7416707512e3d440055cffdf16;p=thirdparty%2Fgcc.git Daily bump. --- diff --git a/config/ChangeLog b/config/ChangeLog index da86623e8b9..10bce27d8e9 100644 --- a/config/ChangeLog +++ b/config/ChangeLog @@ -1,3 +1,8 @@ +2025-08-10 Ijaz, Abdul B + + * lib-link.m4: Handle dash in the library name for + AC_LIB_LINKFLAGS_BODY. + 2025-05-23 Andi Kleen * bootstrap-native.mk: New file. diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 535eb2464c3..51ba10b3f83 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,35 @@ +2025-08-10 Matthew Fortune + + * 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 + + 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 + + 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 + + * configure: Regenerated. + 2025-08-09 Iain Sandoe * config/darwin.cc (darwin_encode_section_info): Do not diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index c740198fdd2..9aa9a6d48c3 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20250810 +20250811 diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index b3ddaf1a747..835d3447d0b 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,41 @@ +2025-08-10 H.J. Lu + + 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 + + PR testsuite/121205 + * gcc.dg/asm-hard-reg-5.c: Compile for x86 !ia32. + +2025-08-10 H.J. Lu + + PR testsuite/121205 + * gcc.dg/asm-hard-reg-4.c: Compile with -msse2 for x86 and scan + x86. + +2025-08-10 H.J. Lu + + PR testsuite/121205 + * gcc.dg/asm-hard-reg-2.c: Compile for x86 !ia32 and scan x86. + +2025-08-10 H.J. Lu + + PR testsuite/121205 + * gcc.dg/asm-hard-reg-1.c: Adjust scan for x86 with ia32, x32 and + lp64. + +2025-08-10 Harish Sadineni + + 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 + + * lib/multiline.exp: Added pruning of .exe. + 2025-08-09 H.J. Lu PR testsuite/121205 diff --git a/libcpp/ChangeLog b/libcpp/ChangeLog index 874a08a3798..ece94831a94 100644 --- a/libcpp/ChangeLog +++ b/libcpp/ChangeLog @@ -1,3 +1,7 @@ +2025-08-10 H.J. Lu + + * configure: Regenerated. + 2025-08-07 Jakub Jelinek PR preprocessor/120778 diff --git a/libgcobol/ChangeLog b/libgcobol/ChangeLog index 38b6dbc42c6..078757d5604 100644 --- a/libgcobol/ChangeLog +++ b/libgcobol/ChangeLog @@ -1,3 +1,7 @@ +2025-08-10 H.J. Lu + + * configure: Regenerated. + 2025-08-08 Robert Dubner * libgcobol.cc (int128_to_field): Switch to the new routine. diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 72a86105e0b..a003cba6b4b 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,7 @@ +2025-08-10 H.J. Lu + + * configure: Regenerated. + 2025-08-07 Gerald Pfeifer * doc/xml/manual/build_hacking.xml: Switch gcc.gnu.org installation