GCC with patches for Dreamcast
修訂 | fa4582af9bfead39609251a15b7a2e41753e4cd6 (tree) |
---|---|
時間 | 2021-05-06 09:19:05 |
作者 | GCC Administrator <gccadmin@gcc....> |
Commiter | GCC Administrator |
Daily bump.
@@ -1,3 +1,30 @@ | ||
1 | +2021-05-05 Stefan Schulze Frielinghaus <stefansf@linux.ibm.com> | |
2 | + | |
3 | + Backported from master: | |
4 | + 2021-05-05 Stefan Schulze Frielinghaus <stefansf@linux.ibm.com> | |
5 | + | |
6 | + PR rtl-optimization/100263 | |
7 | + * postreload.c (move2add_valid_value_p): Ensure register can | |
8 | + change mode. | |
9 | + | |
10 | +2021-05-05 Richard Biener <rguenther@suse.de> | |
11 | + | |
12 | + Backported from master: | |
13 | + 2021-05-05 Richard Biener <rguenther@suse.de> | |
14 | + | |
15 | + PR tree-optimization/98786 | |
16 | + * tree-ssa-phiopt.c (factor_out_conditional_conversion): Avoid | |
17 | + adding new uses of abnormals. | |
18 | + | |
19 | +2021-05-05 Alex Coplan <alex.coplan@arm.com> | |
20 | + | |
21 | + Backported from master: | |
22 | + 2021-04-23 Alex Coplan <alex.coplan@arm.com> | |
23 | + | |
24 | + PR rtl-optimization/100230 | |
25 | + * early-remat.c (early_remat::sort_candidates): Use delete[] | |
26 | + instead of delete for array allocated with new[]. | |
27 | + | |
1 | 28 | 2021-05-04 Jakub Jelinek <jakub@redhat.com> |
2 | 29 | |
3 | 30 | Backported from master: |
@@ -1 +1 @@ | ||
1 | -20210505 | |
1 | +20210506 |
@@ -1,3 +1,11 @@ | ||
1 | +2021-05-05 Richard Biener <rguenther@suse.de> | |
2 | + | |
3 | + Backported from master: | |
4 | + 2021-05-05 Richard Biener <rguenther@suse.de> | |
5 | + | |
6 | + PR tree-optimization/98786 | |
7 | + * gcc.dg/torture/pr98786.c: New testcase. | |
8 | + | |
1 | 9 | 2021-05-04 Jakub Jelinek <jakub@redhat.com> |
2 | 10 | |
3 | 11 | Backported from master: |