diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2022-11-06 11:09:16 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2022-11-06 11:09:16 +0000 |
commit | 64f22c4ee39f75c08e3c6585f23a9f5092da1c4c (patch) | |
tree | 28d089f21ca6c69d17c9958bb20cb74cc371a693 /gcc | |
parent | 1342c7f46e6e3f8f29d7971531a0af18cd8429bc (diff) | |
download | gcc-64f22c4ee39f75c08e3c6585f23a9f5092da1c4c.zip gcc-64f22c4ee39f75c08e3c6585f23a9f5092da1c4c.tar.gz gcc-64f22c4ee39f75c08e3c6585f23a9f5092da1c4c.tar.bz2 |
Daily bump.
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 15 | ||||
-rw-r--r-- | gcc/DATESTAMP | 2 | ||||
-rw-r--r-- | gcc/testsuite/ChangeLog | 6 |
3 files changed, 22 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 197fa08..4caf735 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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: diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index c96f224..a9017fb 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20221104 +20221106 diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 674b98d..f40f824 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -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: |