Skip to content

Commit e5bb389

Browse files
author
GCC Administrator
committed
Daily bump.
1 parent 767f65c commit e5bb389

File tree

7 files changed

+88
-1
lines changed

7 files changed

+88
-1
lines changed

config/ChangeLog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2025-08-10 Ijaz, Abdul B <[email protected]>
2+
3+
* lib-link.m4: Handle dash in the library name for
4+
AC_LIB_LINKFLAGS_BODY.
5+
16
2025-05-23 Andi Kleen <[email protected]>
27

38
* bootstrap-native.mk: New file.

gcc/ChangeLog

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,35 @@
1+
2025-08-10 Matthew Fortune <[email protected]>
2+
3+
* config/mips/mips.h (FRAME_GROWS_DOWNWARD) Allow the frame to
4+
grow downwards for mips16 when -mgrow-frame-downwards is set.
5+
* config/mips/mips.opt: Add -mgrow-frame-downwards option.
6+
7+
2025-08-10 Andrew Pinski <[email protected]>
8+
9+
PR middle-end/121438
10+
PR middle-end/121444
11+
* output.h (MAX_ALIGN_MERGABLE): Rename to ...
12+
(MAX_MERGEABLE_BITSIZE): This.
13+
* tree-switch-conversion.cc (switch_conversion::build_one_array): Don't
14+
increase the alignment.
15+
* varasm.cc (mergeable_string_section): Use MAX_MERGEABLE_BITSIZE
16+
instead of MAX_ALIGN_MERGABLE. Also replace `/ 8` with `/ BITS_PER_UNIT`.
17+
(mergeable_constant_section): Select the mergeable section based on
18+
the bitsize rather than the alignment. Make sure the align is less
19+
than the entity size.
20+
21+
2025-08-10 Andrew Pinski <[email protected]>
22+
23+
PR middle-end/121394
24+
* varasm.cc (assemble_variable_contents): Pad out
25+
mergeable sections if needed.
26+
(output_constant_pool_1): Change the padding to be explicit
27+
zeroing for mergeable sections.
28+
29+
2025-08-10 H.J. Lu <[email protected]>
30+
31+
* configure: Regenerated.
32+
133
2025-08-09 Iain Sandoe <[email protected]>
234

335
* config/darwin.cc (darwin_encode_section_info): Do not

gcc/DATESTAMP

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20250810
1+
20250811

gcc/testsuite/ChangeLog

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,41 @@
1+
2025-08-10 H.J. Lu <[email protected]>
2+
3+
PR testsuite/121205
4+
* gcc.dg/asm-hard-reg-6.c: Adjust scan for x86 with ia32, lp64 and
5+
x32.
6+
7+
2025-08-10 H.J. Lu <[email protected]>
8+
9+
PR testsuite/121205
10+
* gcc.dg/asm-hard-reg-5.c: Compile for x86 !ia32.
11+
12+
2025-08-10 H.J. Lu <[email protected]>
13+
14+
PR testsuite/121205
15+
* gcc.dg/asm-hard-reg-4.c: Compile with -msse2 for x86 and scan
16+
x86.
17+
18+
2025-08-10 H.J. Lu <[email protected]>
19+
20+
PR testsuite/121205
21+
* gcc.dg/asm-hard-reg-2.c: Compile for x86 !ia32 and scan x86.
22+
23+
2025-08-10 H.J. Lu <[email protected]>
24+
25+
PR testsuite/121205
26+
* gcc.dg/asm-hard-reg-1.c: Adjust scan for x86 with ia32, x32 and
27+
lp64.
28+
29+
2025-08-10 Harish Sadineni <[email protected]>
30+
31+
PR target/118885
32+
* gcc.target/i386/pr90579.c: add -fno-pie to dg-options
33+
to fix tests when PIE is enabled.
34+
35+
2025-08-10 Torbjörn SVENSSON <[email protected]>
36+
37+
* lib/multiline.exp: Added pruning of .exe.
38+
139
2025-08-09 H.J. Lu <[email protected]>
240

341
PR testsuite/121205

libcpp/ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2025-08-10 H.J. Lu <[email protected]>
2+
3+
* configure: Regenerated.
4+
15
2025-08-07 Jakub Jelinek <[email protected]>
26

37
PR preprocessor/120778

libgcobol/ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2025-08-10 H.J. Lu <[email protected]>
2+
3+
* configure: Regenerated.
4+
15
2025-08-08 Robert Dubner <[email protected]>
26

37
* libgcobol.cc (int128_to_field): Switch to the new routine.

libstdc++-v3/ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2025-08-10 H.J. Lu <[email protected]>
2+
3+
* configure: Regenerated.
4+
15
2025-08-07 Gerald Pfeifer <[email protected]>
26

37
* doc/xml/manual/build_hacking.xml: Switch gcc.gnu.org installation

0 commit comments

Comments
 (0)