Skip to content

Commit edd9ad2

Browse files
author
GCC Administrator
committed
Daily bump.
1 parent 640697f commit edd9ad2

File tree

6 files changed

+127
-1
lines changed

6 files changed

+127
-1
lines changed

gcc/ChangeLog

+47
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,50 @@
1+
2025-02-26 Jakub Jelinek <[email protected]>
2+
3+
PR c/119001
4+
* varasm.cc (output_constructor_regular_field): Don't fail
5+
assertion if next is non-NULL and FIELD_DECL if
6+
TREE_CODE (local->type) is UNION_TYPE.
7+
8+
2025-02-26 Jakub Jelinek <[email protected]>
9+
10+
PR c/114870
11+
* ginclude/stddef.h (__STDC_VERSION_STDDEF_H__, unreachable): Don't
12+
redefine multiple times if stddef.h is first included without __need_*
13+
defines and later with them. Move nullptr_t and unreachable and
14+
__STDC_VERSION_STDDEF_H__ definitions into the same
15+
defined (__STDC_VERSION__) && __STDC_VERSION__ > 201710L #if block.
16+
17+
2025-02-26 Jakub Jelinek <[email protected]>
18+
19+
PR rtl-optimization/119002
20+
* config/arm/arm.h (REVERSE_CONDITION): Use CODE - the macro
21+
argument - in the macro rather than code.
22+
23+
2025-02-26 Vladimir N. Makarov <[email protected]>
24+
25+
PR middle-end/119021
26+
* lra.cc (lra_asm_insn_error): Use lra_invalidate_insn_data
27+
instead of lra_update_insn_regno_info.
28+
* lra-assigns.cc (lra_split_hard_reg_for): Restore old code.
29+
30+
2025-02-26 Alexandre Oliva <[email protected]>
31+
32+
* doc/sourcebuild.texi: Add x86 effective target.
33+
34+
2025-02-26 Alexandre Oliva <[email protected]>
35+
36+
* doc/sourcebuild.texi (dg-do-if): Document.
37+
38+
2025-02-26 Jakub Jelinek <[email protected]>
39+
40+
PR testsuite/116143
41+
* simple-diagnostic-path.h (simple_diagnostic_path::num_events): Define
42+
inline.
43+
(simple_diagnostic_path::num_threads): Likewise.
44+
* simple-diagnostic-path.cc (simple_diagnostic_path::num_events):
45+
Remove out of line definition.
46+
(simple_diagnostic_path::num_threads): Likewise.
47+
148
2025-02-25 Jason Merrill <[email protected]>
249

350
* doc/install.texi: 10.5 won't bootstrap with C++98.

gcc/DATESTAMP

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20250226
1+
20250227

gcc/c/ChangeLog

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
2025-02-26 Jakub Jelinek <[email protected]>
2+
3+
PR c/119001
4+
* c-typeck.cc (pop_init_level): Don't clear constructor_type
5+
if DECL_CHAIN of constructor_fields is NULL but p->type is UNION_TYPE.
6+
Formatting fix.
7+
(process_init_element): Diagnose non-static initialization of flexible
8+
array member in union or FAM in union initialization in nested context.
9+
110
2025-02-25 Jakub Jelinek <[email protected]>
211

312
PR c/119000

gcc/fortran/ChangeLog

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2025-02-26 Andre Vehreschild <[email protected]>
2+
3+
PR fortran/108233
4+
* trans-expr.cc (gfc_trans_assignment_1): Remove SAVE_EXPR on lhs.
5+
16
2025-02-25 Andre Vehreschild <[email protected]>
27

38
PR fortran/107635

gcc/testsuite/ChangeLog

+59
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,62 @@
1+
2025-02-26 Jakub Jelinek <[email protected]>
2+
3+
PR c/119001
4+
* gcc.dg/pr119001-1.c: New test.
5+
* gcc.dg/pr119001-2.c: New test.
6+
7+
2025-02-26 Jakub Jelinek <[email protected]>
8+
9+
PR c/114870
10+
* gcc.dg/c23-stddef-2.c: New test.
11+
12+
2025-02-26 Alexandre Oliva <[email protected]>
13+
14+
* lib/target-supports.exp (check_effective_target_x86): New.
15+
Replace all uses of i?86-*-* and x86_64-*-* in this file.
16+
17+
2025-02-26 Alexandre Oliva <[email protected]>
18+
19+
* lib/target-supports-dg.exp (dg-do-if): New.
20+
* gcc.dg/vect/vect-simd-clone-16f.c: Use -msse4 on x86, and
21+
skip in case execution is enabled but the runtime isn't.
22+
* gcc.dg/vect/vect-simd-clone-17f.c: Likewise.
23+
* gcc.dg/vect/vect-simd-clone-18f.c: Likewise.
24+
* gcc.dg/vect/vect-simd-clone-20.c: Likewise, but only skip
25+
the scan test.
26+
27+
2025-02-26 Andre Vehreschild <[email protected]>
28+
29+
PR fortran/108233
30+
* gfortran.dg/coarray/complex_1.f90: New test.
31+
32+
2025-02-26 Tamar Christina <[email protected]>
33+
34+
PR tree-optimization/118464
35+
PR tree-optimization/116855
36+
* g++.dg/ext/pragma-unroll-lambda-lto.C: Add pragma novector.
37+
* gcc.dg/tree-ssa/gen-vect-2.c: Likewise.
38+
* gcc.dg/tree-ssa/gen-vect-25.c: Likewise.
39+
* gcc.dg/tree-ssa/gen-vect-32.c: Likewise.
40+
* gcc.dg/tree-ssa/ivopt_mult_2g.c: Likewise.
41+
* gcc.dg/tree-ssa/ivopts-5.c: Likewise.
42+
* gcc.dg/tree-ssa/ivopts-6.c: Likewise.
43+
* gcc.dg/tree-ssa/ivopts-7.c: Likewise.
44+
* gcc.dg/tree-ssa/ivopts-8.c: Likewise.
45+
* gcc.dg/tree-ssa/ivopts-9.c: Likewise.
46+
* gcc.dg/tree-ssa/predcom-dse-1.c: Likewise.
47+
* gcc.dg/tree-ssa/predcom-dse-10.c: Likewise.
48+
* gcc.dg/tree-ssa/predcom-dse-11.c: Likewise.
49+
* gcc.dg/tree-ssa/predcom-dse-12.c: Likewise.
50+
* gcc.dg/tree-ssa/predcom-dse-2.c: Likewise.
51+
* gcc.dg/tree-ssa/predcom-dse-3.c: Likewise.
52+
* gcc.dg/tree-ssa/predcom-dse-4.c: Likewise.
53+
* gcc.dg/tree-ssa/predcom-dse-5.c: Likewise.
54+
* gcc.dg/tree-ssa/predcom-dse-6.c: Likewise.
55+
* gcc.dg/tree-ssa/predcom-dse-7.c: Likewise.
56+
* gcc.dg/tree-ssa/predcom-dse-8.c: Likewise.
57+
* gcc.dg/tree-ssa/predcom-dse-9.c: Likewise.
58+
* gcc.target/i386/pr90178.c: Likewise.
59+
160
2025-02-25 Andrew Pinski <[email protected]>
261

362
PR testsuite/115028

libstdc++-v3/ChangeLog

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
2025-02-26 Patrick Palka <[email protected]>
2+
3+
PR libstdc++/118083
4+
* include/bits/ranges_base.h
5+
(ranges::__access::__possibly_const_range): Mention LWG 4027.
6+
17
2025-02-25 Giuseppe D'Angelo <[email protected]>
28

39
* include/bits/algorithmfwd.h (stable_sort): Add constexpr.

0 commit comments

Comments
 (0)