aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2025-08-11 00:16:52 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2025-08-11 00:16:52 +0000
commite5bb3896036add7416707512e3d440055cffdf16 (patch)
treea4f1e70ddd4d894e090ff2c35cd8686851b6e1b8 /gcc
parent767f65cf82b516656dda95802a83bf905550f0b3 (diff)
downloadgcc-e5bb3896036add7416707512e3d440055cffdf16.zip
gcc-e5bb3896036add7416707512e3d440055cffdf16.tar.gz
gcc-e5bb3896036add7416707512e3d440055cffdf16.tar.bz2
Daily bump.
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog32
-rw-r--r--gcc/DATESTAMP2
-rw-r--r--gcc/testsuite/ChangeLog38
3 files changed, 71 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 535eb24..51ba10b 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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
diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP
index c740198..9aa9a6d 100644
--- a/gcc/DATESTAMP
+++ b/gcc/DATESTAMP
@@ -1 +1 @@
-20250810
+20250811
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index b3ddaf1..835d344 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -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