Daily bump.

This commit is contained in:
GCC Administrator 2022-07-09 00:19:34 +00:00
parent e623829c18
commit 3fbb94b3a4
3 changed files with 18 additions and 1 deletions

View File

@ -1,3 +1,13 @@
2022-07-08 Lulu Cheng <chenglulu@loongson.cn>
Backported from master:
2022-07-08 Lulu Cheng <chenglulu@loongson.cn>
* config/loongarch/loongarch.cc (loongarch_compute_frame_info):
Modify fp_sp_offset and gp_sp_offset's calculation method,
when frame->mask or frame->fmask is zero, don't minus UNITS_PER_WORD
or UNITS_PER_FP_REG.
2022-07-04 Andrew MacLeod <amacleod@redhat.com>
PR tree-optimization/106114

View File

@ -1 +1 @@
20220708
20220709

View File

@ -1,3 +1,10 @@
2022-07-08 Lulu Cheng <chenglulu@loongson.cn>
Backported from master:
2022-07-08 Lulu Cheng <chenglulu@loongson.cn>
* gcc.target/loongarch/prolog-opt.c: New test.
2022-07-06 Jonathan Wakely <jwakely@redhat.com>
Backported from master: