]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 11 Aug 2025 00:16:52 +0000 (00:16 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 11 Aug 2025 00:16:52 +0000 (00:16 +0000)
config/ChangeLog
gcc/ChangeLog
gcc/DATESTAMP
gcc/testsuite/ChangeLog
libcpp/ChangeLog
libgcobol/ChangeLog
libstdc++-v3/ChangeLog

index da86623e8b9388eda19a3a993435d0b71e148a76..10bce27d8e91d12e2b349240e980e0b30877f757 100644 (file)
@@ -1,3 +1,8 @@
+2025-08-10  Ijaz, Abdul B  <abdul.b.ijaz@intel.com>
+
+       * lib-link.m4: Handle dash in the library name for
+       AC_LIB_LINKFLAGS_BODY.
+
 2025-05-23  Andi Kleen  <ak@gcc.gnu.org>
 
        * bootstrap-native.mk: New file.
index 535eb2464c3c8c7c2c88b17991c5fa115710af14..51ba10b3f83d76680f30bf53bd9cbfb6176bcb33 100644 (file)
@@ -1,3 +1,35 @@
+2025-08-10  Matthew Fortune  <matthew.fortune@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_apinski@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_apinski@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.tools@gmail.com>
+
+       * configure: Regenerated.
+
 2025-08-09  Iain Sandoe  <iain@sandoe.co.uk>
 
        * config/darwin.cc (darwin_encode_section_info): Do not
index c740198fdd21ca8f7461c413b12bcdeb80a57c1b..9aa9a6d48c34d175a1a7bae8cd1fa008119b9c6d 100644 (file)
@@ -1 +1 @@
-20250810
+20250811
index b3ddaf1a7473d1997c9e07edc755752c5db74004..835d3447d0bfe961f45c3a3f82955b970c724e34 100644 (file)
@@ -1,3 +1,41 @@
+2025-08-10  H.J. Lu  <hjl.tools@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.tools@gmail.com>
+
+       PR testsuite/121205
+       * gcc.dg/asm-hard-reg-5.c: Compile for x86 !ia32.
+
+2025-08-10  H.J. Lu  <hjl.tools@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.tools@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.tools@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.Sadineni@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.svensson@foss.st.com>
+
+       * lib/multiline.exp: Added pruning of .exe.
+
 2025-08-09  H.J. Lu  <hjl.tools@gmail.com>
 
        PR testsuite/121205
index 874a08a37981e9606c51182116e6ac222500177f..ece94831a9459730dc3c19d02768f4431f477d15 100644 (file)
@@ -1,3 +1,7 @@
+2025-08-10  H.J. Lu  <hjl.tools@gmail.com>
+
+       * configure: Regenerated.
+
 2025-08-07  Jakub Jelinek  <jakub@redhat.com>
 
        PR preprocessor/120778
index 38b6dbc42c6d6c9bd3f113f1f507b60cc86bfe73..078757d5604c1799884e4c1c3343d14b1df95d4b 100644 (file)
@@ -1,3 +1,7 @@
+2025-08-10  H.J. Lu  <hjl.tools@gmail.com>
+
+       * configure: Regenerated.
+
 2025-08-08  Robert Dubner  <rdubner@symas.com>
 
        * libgcobol.cc (int128_to_field): Switch to the new routine.
index 72a86105e0bd0b73f0c666042350fa82f3a3191f..a003cba6b4ba40169ce4d695126f11eb4f72c75a 100644 (file)
@@ -1,3 +1,7 @@
+2025-08-10  H.J. Lu  <hjl.tools@gmail.com>
+
+       * configure: Regenerated.
+
 2025-08-07  Gerald Pfeifer  <gerald@pfeifer.com>
 
        * doc/xml/manual/build_hacking.xml: Switch gcc.gnu.org installation