]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Fri, 16 Jun 2023 00:21:38 +0000 (00:21 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Fri, 16 Jun 2023 00:21:38 +0000 (00:21 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/ada/ChangeLog

index e15affd6ac6bc07d9a32050bebd86e8c98e993b2..e62590f69793ec4615566afa7552ee501f30d833 100644 (file)
@@ -1,3 +1,13 @@
+2023-06-15  Lulu Cheng  <chenglulu@loongson.cn>
+
+       Backported from master:
+       2023-06-15  Lulu Cheng  <chenglulu@loongson.cn>
+                   Andrew Pinski  <apinski@marvell.com>
+
+       PR target/110136
+       * config/loongarch/loongarch.md: Modify the register constraints for template
+       "jumptable" and "indirect_jump" from "r" to "e".
+
 2023-06-14  Jakub Jelinek  <jakub@redhat.com>
 
        Backported from master:
index 3f6866a6b546b019d4a64975db5bff8f39ce34bf..d8455aa601e94d287e3e1642e3b6e6d7f209e2cb 100644 (file)
@@ -1 +1 @@
-20230615
+20230616
index 0b99c42902411d5bfac6b909c8b34b2d04624251..dfe53845a3ea308ed03cedecd94ce158ee3c0c91 100644 (file)
@@ -1,3 +1,12 @@
+2023-06-15  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * sinfo.ads (Iterator_Filter): Document field.
+       * sem_ch5.adb (Analyze_Iterator_Specification): Move comment around.
+       (Analyze_Loop_Parameter_Specification): Only preanalyze the iterator
+       filter, if any.
+       * exp_ch5.adb (Expand_N_Loop_Statement): Analyze the new list built
+       when an iterator filter is present.
+
 2023-04-26  Release Manager
 
        * GCC 13.1.0 released.