]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Sun, 6 Nov 2022 11:09:16 +0000 (11:09 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Sun, 6 Nov 2022 11:09:16 +0000 (11:09 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/testsuite/ChangeLog

index 197fa081cf323c2457ef057ae2bf800f8746e637..4caf735f46081ce003050a68ebfa26637ce7cca0 100644 (file)
@@ -1,3 +1,18 @@
+2022-11-05  Jonathan Wakely  <jwakely@redhat.com>
+
+       Backported from master:
+       2022-11-05  Jonathan Wakely  <jwakely@redhat.com>
+
+       PR c/41041
+       * doc/cppopts.texi: Document -fwide-exec-charset defaults
+       correctly.
+
+2022-11-04  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * fold-const.cc (operand_compare::operand_equal_p) <COMPONENT_REF>:
+       Do not take into account operand 2.
+       (operand_compare::hash_operand) <COMPONENT_REF>: Likewise.
+
 2022-11-03  Uros Bizjak  <ubizjak@gmail.com>
 
        Backported from master:
index c96f2246e01eee1870dbd11d89d716a9ffd4437c..a9017fbbe6b3313ad3568b305dbcf5a4afa590eb 100644 (file)
@@ -1 +1 @@
-20221104
+20221106
index 674b98d053dbe58d1476060e31bda3d74e39581d..f40f824c3c60f6efbfc707d0e57488fc9b11184b 100644 (file)
@@ -1,3 +1,9 @@
+2022-11-04  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * gnat.dg/opt99.adb: New test.
+       * gnat.dg/opt99_pkg1.ads, gnat.dg/opt99_pkg1.adb: New helper.
+       * gnat.dg/opt99_pkg2.ads: Likewise.
+
 2022-11-03  Uros Bizjak  <ubizjak@gmail.com>
 
        Backported from master: