Skip to content

Commit 77da461

Browse files
author
GCC Administrator
committed
Daily bump.
1 parent 7d8af19 commit 77da461

File tree

4 files changed

+80
-1
lines changed

4 files changed

+80
-1
lines changed

gcc/ChangeLog

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,55 @@
1+
2025-11-23 John David Anglin <[email protected]>
2+
3+
* config/pa/pa64-linux.h (GLIBC_DYNAMIC_LINKER): Define.
4+
5+
2025-11-23 John David Anglin <[email protected]>
6+
7+
PR target/113932
8+
PR target/113933
9+
* config/pa/pa.opt (mlra): Default to LRA instead of reload.
10+
11+
2025-11-23 John David Anglin <[email protected]>
12+
13+
* config/pa/pa.cc (pa_print_operand): Use REG_POINTER
14+
flag to select base and index registers on targets with
15+
non-equivalent space registers.
16+
(pa_legitimate_address_p): Don't allow scaled and unscaled
17+
indexed addresses until reload is complete. Allow any
18+
register order in unscaled addresses as long as the
19+
REG_POINTER flag is correctly set/unset in the base/index
20+
registers.
21+
* config/pa/predicates.md (mem_operand): Remove code to
22+
delay creating move insns with unscaled indexed addresses
23+
until CSE is not expected.
24+
(move_src_operand): Likewise.
25+
26+
2025-11-23 Andrew Pinski <[email protected]>
27+
28+
* match.pd (1/x): Use fold_before_rtl_expansion_p.
29+
(`(m1 CMP m2) * d`): Likewise.
30+
31+
2025-11-23 Pan Li <[email protected]>
32+
33+
* match.pd: Remove unnecessary outer convert and add
34+
c for the outer bit_ior.
35+
36+
2025-11-23 Pan Li <[email protected]>
37+
38+
* match.pd: Add simplfy to fold outer convert of bit_op
39+
to inner captures.
40+
41+
2025-11-23 Kugan Vivekanandarajah <[email protected]>
42+
43+
* ipa-split.cc (pass_split_functions::gate): Do not run when
44+
flag_auto_profile.
45+
(pass_feedback_split_functions::gate): Run when flag_auto_profile.
46+
47+
2025-11-23 Kugan Vivekanandarajah <[email protected]>
48+
49+
* tree-ssa-loop-im.cc (is_self_write): New.
50+
(ref_indep_loop_p): Allow hoisting when aliasing references
51+
form a self write pattern.
52+
153
2025-11-22 Jeff Law <[email protected]>
254

355
PR rtl-optimization/122701

gcc/DATESTAMP

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20251123
1+
20251124

gcc/testsuite/ChangeLog

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
2025-11-23 Pan Li <[email protected]>
2+
3+
* gcc.dg/tree-ssa/bit_op_cvt.1.c: New test.
4+
* gcc.dg/tree-ssa/bit_op_cvt.2.c: New test.
5+
* gcc.dg/tree-ssa/bit_op_cvt.3.c: New test.
6+
* gcc.dg/tree-ssa/bit_op_cvt.4.c: New test.
7+
* gcc.dg/tree-ssa/bit_op_cvt.5.c: New test.
8+
* gcc.dg/tree-ssa/bit_op_cvt.6.c: New test.
9+
* gcc.dg/tree-ssa/bit_op_cvt.h: New test.
10+
11+
2025-11-23 Kugan Vivekanandarajah <[email protected]>
12+
13+
* gcc.dg/vect/vect-licm-hoist-1.c: New.
14+
* gcc.dg/vect/vect-licm-hoist-2.c: Likewise.
15+
16+
2025-11-23 Sandra Loosemore <[email protected]>
17+
18+
* c-c++-common/gomp/delim-declare-variant-6.c (f3): Use "x86"
19+
instead of "x86_64" in the arch selector, to match both 64- and
20+
32-bit targets.
21+
122
2025-11-22 Nathaniel Shead <[email protected]>
223

324
PR c++/122636

libgm2/ChangeLog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
2025-11-23 Gaius Mulley <[email protected]>
2+
3+
PR modula2/122801
4+
* configure: Regenerate.
5+
* configure.ac (libtool_VERSION): Assign to 21:0:0.
6+
17
2025-11-03 Sam James <[email protected]>
28

39
* configure: Regenerate.

0 commit comments

Comments
 (0)