]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
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 7066a58ff7641b54a1832de47564f7f55297fe04..e34775c433f1ad20e48b2c19c5be6ccf36732435 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 aa8fe3c891120c640793632e255e2fb56bd7a0d9..2f349b0ec048641c5f76a09007b97e0b6779fede 100644 (file)
@@ -1 +1 @@
-20220708
+20220709
index d1f2cb7218aec40c5aa02c50380a588efa657e47..9d106ff68acdabd73a5288a889890414e8985a19 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: