Skip to content

Commit ab78ee2

Browse files
author
GCC Administrator
committed
Daily bump.
1 parent f6e9348 commit ab78ee2

File tree

5 files changed

+62
-1
lines changed

5 files changed

+62
-1
lines changed

gcc/ChangeLog

+27
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,30 @@
1+
2024-10-26 Andrew Pinski <[email protected]>
2+
3+
PR tree-optimization/117234
4+
* tree-eh.cc (operation_could_trap_helper_p): Treat
5+
PAREN_EXPR and VEC_DUPLICATE_EXPR like constructing
6+
expressions.
7+
8+
2024-10-26 Richard Biener <[email protected]>
9+
10+
* tree-vect-slp.cc (vect_get_operand_map): Mark
11+
COMPARISON_CLASS_P COND_EXPR condition path unreachable.
12+
* tree-vect-stmts.cc (vect_is_simple_use): Likewise.
13+
(vectorizable_condition): Assert the COND_EXPR condition isn't
14+
COMPARISON_CLASS_P.
15+
16+
2024-10-26 Richard Biener <[email protected]>
17+
18+
* tree-vect-patterns.cc (vect_recog_ctz_ffs_pattern): Create
19+
a separate pattern stmt for the comparison in the generated
20+
COND_EXPR.
21+
22+
2024-10-26 Richard Biener <[email protected]>
23+
24+
* tree-vect-patterns.cc (vect_recog_divmod_pattern): Build
25+
separate comparion pattern for the condition of a COND_EXPR
26+
pattern.
27+
128
2024-10-25 Andrew Pinski <[email protected]>
229

330
PR rtl-optimization/58195

gcc/DATESTAMP

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20241026
1+
20241027

gcc/ada/ChangeLog

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
2024-10-26 Eric Botcazou <[email protected]>
2+
3+
PR ada/62122
4+
* doc/gnat_rm/implementation_defined_attributes.rst
5+
(Unrestricted_Access): Remove null exclusion.
6+
* gnat_rm.texi: Regenerate.
7+
18
2024-10-25 Tom Tromey <[email protected]>
29

310
* gcc-interface/decl.cc (gnat_to_gnu_entity): Use gnu_fat_type as the type

gcc/fortran/ChangeLog

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
2024-10-26 Iain Sandoe <[email protected]>
2+
3+
* intrinsic.texi: Add menu item for UINT.
4+
5+
2024-10-26 Thomas Koenig <[email protected]>
6+
7+
* gfortran.texi: Correct reference to make clear that UNSIGNED
8+
will not be part of F202Y.
9+
Other clarifications.
10+
Extend table of intrinsics, add links.
11+
* intrinsic.texi: Add descriptions for UNSIGNED arguments.
12+
* invoke.texi: Add anchor for -funsigned.
13+
114
2024-10-25 Paul Thomas <[email protected]>
215

316
PR fortran/79685

gcc/testsuite/ChangeLog

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
2024-10-26 Andrew Pinski <[email protected]>
2+
3+
PR tree-optimization/117234
4+
* g++.dg/eh/noncall-fp-1.C: New test.
5+
* g++.target/aarch64/sve/noncall-eh-fp-1.C: New test.
6+
* gcc.dg/tree-ssa/trapping-1.c: New test.
7+
* gcc.target/aarch64/sve/trapping-1.c: New test.
8+
9+
2024-10-26 Sam James <[email protected]>
10+
11+
PR testsuite/117299
12+
* gcc.dg/lto/tbaa_0.c: Move to...
13+
* gcc.dg/tbaa.c: ...here.
14+
115
2024-10-25 Andrew Pinski <[email protected]>
216

317
PR rtl-optimization/58195

0 commit comments

Comments
 (0)