]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
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 754a240be64d396cbc2c710c387b6a424724246a..582e70c3c5777b72bef25089a7c795536f7ab6f8 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 ca0d77469967a2b7bea4ebb38c1f04a667327068..756cdcb135987a3322d538716bb28318488b9b96 100644 (file)
@@ -1 +1 @@
-20220518
+20220519
index 7d9ac21279b2bbd672728aa8c8f792bea5c1e89a..5509e9aff103a0e86cb43c27e7306bf3adf678f3 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 ef42b1274a41eb39dc0f923dd77649b6ff59bf68..cdfb49f4ac35b90b3b18ebe8e5c6a63bd49e348c 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