Skip to content

Commit e42287e

Browse files
author
GCC Administrator
committed
Daily bump.
1 parent 853eb57 commit e42287e

File tree

3 files changed

+74
-1
lines changed

3 files changed

+74
-1
lines changed

gcc/ChangeLog

+62
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,65 @@
1+
2024-02-18 H.J. Lu <[email protected]>
2+
3+
PR target/113912
4+
* config/i386/i386.cc (ix86_can_use_push2pop2): New.
5+
(ix86_pro_and_epilogue_can_use_push2pop2): Use it.
6+
(ix86_emit_save_regs): Don't generate push2 if
7+
ix86_can_use_push2pop2 return false.
8+
(ix86_expand_epilogue): Don't generate pop2 if
9+
ix86_can_use_push2pop2 return false.
10+
11+
2024-02-18 Georg-Johann Lay <[email protected]>
12+
13+
* doc/invoke.texi (AVR Options) <-mmcu>: Remove "Atmel".
14+
Note on complete device support.
15+
16+
2024-02-18 Georg-Johann Lay <[email protected]>
17+
18+
* doc/extend.texi (AVR Function Attributes): Fuse description
19+
of "signal" and "interrupt" attribute. Link pseudo instruction.
20+
21+
2024-02-18 Lulu Cheng <[email protected]>
22+
23+
* config/loongarch/larchintrin.h (__movgr2fcsr): Remove redundant
24+
symbol type conversions.
25+
(__cacop_d): Likewise.
26+
(__cpucfg): Likewise.
27+
(__asrtle_d): Likewise.
28+
(__asrtgt_d): Likewise.
29+
(__lddir_d): Likewise.
30+
(__ldpte_d): Likewise.
31+
(__crc_w_b_w): Likewise.
32+
(__crc_w_h_w): Likewise.
33+
(__crc_w_w_w): Likewise.
34+
(__crc_w_d_w): Likewise.
35+
(__crcc_w_b_w): Likewise.
36+
(__crcc_w_h_w): Likewise.
37+
(__crcc_w_w_w): Likewise.
38+
(__crcc_w_d_w): Likewise.
39+
(__csrrd_w): Likewise.
40+
(__csrwr_w): Likewise.
41+
(__csrxchg_w): Likewise.
42+
(__csrrd_d): Likewise.
43+
(__csrwr_d): Likewise.
44+
(__csrxchg_d): Likewise.
45+
(__iocsrrd_b): Likewise.
46+
(__iocsrrd_h): Likewise.
47+
(__iocsrrd_w): Likewise.
48+
(__iocsrrd_d): Likewise.
49+
(__iocsrwr_b): Likewise.
50+
(__iocsrwr_h): Likewise.
51+
(__iocsrwr_w): Likewise.
52+
(__iocsrwr_d): Likewise.
53+
(__frecipe_s): Likewise.
54+
(__frecipe_d): Likewise.
55+
(__frsqrte_s): Likewise.
56+
(__frsqrte_d): Likewise.
57+
58+
2024-02-18 Lulu Cheng <[email protected]>
59+
60+
* config/loongarch/larchintrin.h (__iocsrrd_h): Modify the
61+
function return value type to unsigned short.
62+
163
2024-02-16 Edwin Lu <[email protected]>
264

365
* doc/sourcebuild.texi: add scan-assembler-bound

gcc/DATESTAMP

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20240218
1+
20240219

gcc/testsuite/ChangeLog

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
2024-02-18 H.J. Lu <[email protected]>
2+
3+
PR target/113912
4+
* gcc.target/i386/apx-push2pop2-2.c: New test.
5+
6+
2024-02-18 Dimitar Dimitrov <[email protected]>
7+
8+
PR middle-end/112344
9+
* gcc.dg/torture/pr112344.c: Run non-optimized variants only
10+
if expensive tests are allowed.
11+
112
2024-02-17 Jerry DeLisle <[email protected]>
213

314
PR libfortran/105473

0 commit comments

Comments
 (0)