Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Thu, 19 May 2022 00:18:47 +0000 (00:18 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Thu, 19 May 2022 00:18:47 +0000 (00:18 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/c-family/ChangeLog
gcc/testsuite/ChangeLog

index 754a240..582e70c 100644 (file)
@@ -1,3 +1,9 @@
+2022-05-18  Andrew MacLeod  <amacleod@redhat.com>
+
+       PR tree-optimization/105458
+       * value-relation.cc (path_oracle::register_relation): Merge, then check
+       for equivalence.
+
 2022-05-16  Sebastian Pop  <spop@amazon.com>
 
        PR target/105162
index ca0d774..756cdcb 100644 (file)
@@ -1 +1 @@
-20220518
+20220519
index 7d9ac21..5509e9a 100644 (file)
@@ -1,3 +1,10 @@
+2022-05-18  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * c-ada-spec.cc (dump_ada_node) <COMPLEX_TYPE>: Deal with usual
+       floating-point complex types.
+       <POINTER_TYPE>: Do not use limited_with clause if the designated
+       type is a scalar type.
+
 2022-05-06  Release Manager
 
        * GCC 12.1.0 released.
index ef42b12..cdfb49f 100644 (file)
@@ -1,3 +1,7 @@
+2022-05-18  Andrew MacLeod  <amacleod@redhat.com>
+
+       * gcc.dg/pr105458.c: New.
+
 2022-05-16  Sebastian Pop  <spop@amazon.com>
 
        PR target/105162