Skip to content

Commit 88e620c

Browse files
author
GCC Administrator
committed
Daily bump.
1 parent 4fee152 commit 88e620c

File tree

5 files changed

+56
-1
lines changed

5 files changed

+56
-1
lines changed

gcc/ChangeLog

+35
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,38 @@
1+
2025-03-01 Gerald Pfeifer <[email protected]>
2+
3+
PR target/69374
4+
* doc/install.texi (Specific, *-*-freebsd*): Simplify description.
5+
6+
2025-03-01 Jakub Jelinek <[email protected]>
7+
8+
PR jit/117047
9+
* ggc-common.cc (ggc_internal_cleared_alloc_no_dtor): Pass size
10+
rather than s as the first argument to ggc_internal_cleared_alloc.
11+
12+
2025-03-01 Yuriy Kolerov <[email protected]>
13+
14+
PR target/118906
15+
* common/config/riscv/riscv-common.cc: fix zce to zcf
16+
implication.
17+
18+
2025-03-01 Jan Dubiec <[email protected]>
19+
20+
PR target/114222
21+
* config/h8300/h8300.cc (h8300_init_libfuncs): For HImode override
22+
calls to external ffs() (from newlib) with calls to __ffshi2() from
23+
libgcc. The implementation of ffs() in newlib calls __builtin_ffs()
24+
what causes infinite recursion and finally a stack overflow.
25+
26+
2025-03-01 Jakub Jelinek <[email protected]>
27+
28+
PR other/119052
29+
* input.cc (check_line): Don't call sscanf on non-null terminated
30+
buffer, instead copy line.length () bytes from line.get_buffer ()
31+
to a local buffer, null terminate it and call sscanf on that.
32+
Formatting fix.
33+
(test_replacement): Just allocate maxline * 5 rather than maxline * 15
34+
bytes for the file. Formatting fix.
35+
136
2025-03-01 Jakub Jelinek <[email protected]>
237

338
PR jit/117047

gcc/DATESTAMP

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20250301
1+
20250302

gcc/fortran/ChangeLog

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
2025-03-01 Harald Anlauf <[email protected]>
2+
3+
* match.cc (gfc_match_nullify): Free matched expression when
4+
cleaning up.
5+
* primary.cc (match_variable): Initialize result to NULL.
6+
17
2025-02-28 Andre Vehreschild <[email protected]>
28

39
PR fortran/118730

gcc/testsuite/ChangeLog

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
2025-03-01 Yuriy Kolerov <[email protected]>
2+
3+
PR target/118906
4+
* gcc.target/riscv/attribute-zce-1.c: New test.
5+
* gcc.target/riscv/attribute-zce-2.c: New test.
6+
* gcc.target/riscv/attribute-zce-3.c: New test.
7+
* gcc.target/riscv/attribute-zce-4.c: New test.
8+
19
2025-03-01 Jakub Jelinek <[email protected]>
210

311
PR middle-end/115871

libgcc/ChangeLog

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
2025-03-01 Jan Dubiec <[email protected]>
2+
3+
PR target/114222
4+
* config/h8300/t-h8300: Add __ffshi2().
5+
* config/h8300/ffshi2.c: New file.
6+
17
2025-02-18 Roman Kagan <[email protected]>
28

39
* config/i386/linux-unwind.h: Remove preprocessor

0 commit comments

Comments
 (0)