Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Sat, 9 Jul 2022 00:19:34 +0000 (00:19 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Sat, 9 Jul 2022 00:19:34 +0000 (00:19 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/testsuite/ChangeLog

index 7066a58..e34775c 100644 (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
index aa8fe3c..2f349b0 100644 (file)
@@ -1 +1 @@
-20220708
+20220709
index d1f2cb7..9d106ff 100644 (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: