mirror of
https://gcc.gnu.org/git/gcc.git
synced 2026-02-21 19:35:28 -05:00
Daily bump.
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -1 +1 @@
|
||||
20250810
|
||||
20250811
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user