]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 21 Nov 2022 00:21:29 +0000 (00:21 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 21 Nov 2022 00:21:29 +0000 (00:21 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/cp/ChangeLog
gcc/testsuite/ChangeLog
libatomic/ChangeLog

index 2434de84f7d8215079b792d04236ebcb9e720951..0715d8fa945ad0733b1884e47d67aac84cef707c 100644 (file)
@@ -1,3 +1,39 @@
+2022-11-20  Jakub Jelinek  <jakub@redhat.com>
+
+       Backported from master:
+       2022-11-20  Jakub Jelinek  <jakub@redhat.com>
+
+       PR target/107183
+       * reg-stack.cc (next_flags_user): Add DEBUG_SEEN argument.
+       If >= 0 and a DEBUG_INSN would be otherwise returned, set
+       DEBUG_SEEN to 1 and ignore it.
+       (swap_rtx_condition): Add DEBUG_SEEN argument.  In >= 0
+       mode only set DEBUG_SEEN to 1 if problematic DEBUG_ISNSs
+       were seen and revert all changes on success in that case.
+       Don't try to recog_memoized DEBUG_INSNs.
+       (compare_for_stack_reg): Adjust swap_rtx_condition caller.
+       If it returns true and debug_seen is 1, call swap_rtx_condition
+       again with debug_seen -1.
+
+2022-11-19  Thomas Schwinge  <thomas@codesourcery.com>
+
+       Backported from master:
+       2022-11-19  Thomas Schwinge  <thomas@codesourcery.com>
+
+       * config/nvptx/nvptx.h (STARTFILE_SPEC): Fix 'crt0.o' for
+       '-mmainkernel'.
+
+2022-11-19  Jinyang He  <hejinyang@loongson.cn>
+
+       Backported from master:
+       2022-11-18  Jinyang He  <hejinyang@loongson.cn>
+
+       PR target/107713
+       * config/loongarch/sync.md
+       (atomic_cas_value_exchange_7_<mode>): New define_insn.
+       (atomic_exchange): Use atomic_cas_value_exchange_7_si instead of
+       atomic_cas_value_cmp_and_7_si.
+
 2022-11-16  Philipp Tomsich  <philipp.tomsich@vrull.eu>
 
        Backported from master:
index 578404781e679f8fca251f6b9bc179f9fde01ffe..b4f44f494dc3497eb2caa7d4c1d4e4272f866185 100644 (file)
@@ -1 +1 @@
-20221118
+20221121
index 74a47baf510d409295c352561a6811eca87f8999..4c71410c0fec9708cb346503ae93210b11a5c703 100644 (file)
@@ -1,3 +1,16 @@
+2022-11-20  Jakub Jelinek  <jakub@redhat.com>
+
+       Backported from master:
+       2022-11-15  Jakub Jelinek  <jakub@redhat.com>
+
+       * cp-tree.h (next_common_initial_seqence): Rename to ...
+       (next_common_initial_sequence): ... this.
+       * typeck.cc (next_common_initial_seqence): Rename to ...
+       (next_common_initial_sequence): ... this.
+       (layout_compatible_type_p): Call next_common_initial_sequence
+       rather than next_common_initial_seqence.
+       * semantics.cc (is_corresponding_member_aggr): Likewise.
+
 2022-11-18  Marek Polacek  <polacek@redhat.com>
 
        Backported from master:
index 7c14e60eba276c9b482ea27babb9839b3c13cdcc..7d03bb8e8ddfea481b491cecd64395b59577afb2 100644 (file)
@@ -1,3 +1,20 @@
+2022-11-20  Jakub Jelinek  <jakub@redhat.com>
+
+       Backported from master:
+       2022-11-20  Jakub Jelinek  <jakub@redhat.com>
+
+       PR target/107183
+       * gcc.dg/ubsan/pr107183.c: New test.
+
+2022-11-19  Jinyang He  <hejinyang@loongson.cn>
+
+       Backported from master:
+       2022-11-18  Jinyang He  <hejinyang@loongson.cn>
+
+       PR target/107713
+       * gcc.target/loongarch/pr107713-1.c: New test.
+       * gcc.target/loongarch/pr107713-2.c: New test.
+
 2022-11-18  Marek Polacek  <polacek@redhat.com>
 
        Backported from master:
index bf19a3049817cd83e684526ef7a8bc862d827a16..96c60e2c341b5afe907d50cbe38e50ee105df18c 100644 (file)
@@ -1,3 +1,12 @@
+2022-11-20  Jakub Jelinek  <jakub@redhat.com>
+
+       Backported from master:
+       2022-11-15  Jakub Jelinek  <jakub@redhat.com>
+
+       PR target/104688
+       * config/x86/init.c (__libat_feat1_init): Don't clear
+       bit_AVX on AMD CPUs.
+
 2022-08-19  Release Manager
 
        * GCC 12.2.0 released.