]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Thu, 1 Dec 2022 00:19:21 +0000 (00:19 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Thu, 1 Dec 2022 00:19:21 +0000 (00:19 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/d/ChangeLog
gcc/testsuite/ChangeLog

index 2772999896b8223e025734e813fc3a9dcb2e086a..61d8fb32bd2b736f2db5d387aff69d73d8c58d84 100644 (file)
@@ -1,3 +1,10 @@
+2022-11-30  John David Anglin  <danglin@gcc.gnu.org>
+
+       * config/pa/pa.md (addvdi3): Force operand 2 to a register.
+       Remove "addi,tsv,*" instruction from unamed pattern.
+       (subvdi3): Force operand 1 to a register.
+       Remove "subi,tsv" instruction from from unamed pattern.
+
 2022-11-29  Max Filippov  <jcmvbkbc@gmail.com>
 
        Backported from master:
index e6a7597e85b471456d51eab438761655ffe73e61..f0a26d37c1680bde1dfb22b294150c85a88b78f8 100644 (file)
@@ -1 +1 @@
-20221130
+20221201
index 84ea69309513022c605cdc1b040a3ca35d55c400..912c7f54114abc625ac0e4f5f2f16c3b8aa8d5a5 100644 (file)
@@ -1,3 +1,14 @@
+2022-11-30  Iain Buclaw  <ibuclaw@gdcproject.org>
+
+       Backported from master:
+       2022-11-30  Iain Buclaw  <ibuclaw@gdcproject.org>
+
+       PR d/107592
+       * toir.cc (IRVisitor::push_unrolled_continue_label): New method.
+       (IRVisitor::pop_unrolled_continue_label): New method.
+       (IRVisitor::visit (UnrolledLoopStatement *)): Use them instead of
+       push_continue_label and pop_continue_label.
+
 2022-08-16  Iain Buclaw  <ibuclaw@gdcproject.org>
 
        Backported from master:
index a231fedd48bfe821f1c2c30ae8ed9be15322c1f4..8becfa9a7df1b7449d1b61abe3d8e25392f1035d 100644 (file)
@@ -1,3 +1,11 @@
+2022-11-30  Iain Buclaw  <ibuclaw@gdcproject.org>
+
+       Backported from master:
+       2022-11-30  Iain Buclaw  <ibuclaw@gdcproject.org>
+
+       PR d/107592
+       * gdc.dg/pr107592.d: New test.
+
 2022-11-25  Harald Anlauf  <anlauf@gmx.de>
 
        Backported from master: