]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Sun, 10 Jul 2022 00:16:23 +0000 (00:16 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Sun, 10 Jul 2022 00:16:23 +0000 (00:16 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/testsuite/ChangeLog
libstdc++-v3/ChangeLog

index 9f56ba2c38d3232b4b53acb08366713ca884a021..fa3578eeb7e71cd6d59fbab9b93e95ac303b2d7e 100644 (file)
@@ -1,3 +1,49 @@
+2022-07-09  Aldy Hernandez  <aldyh@redhat.com>
+
+       * value-range.cc (irange::irange_single_pair_union): Set
+       VR_VARYING when appropriate.
+
+2022-07-09  Vit Kabele  <vit.kabele@sysgo.com>
+
+       * stor-layout.cc (finalize_record_size): Extend warning message.
+
+2022-07-09  Sam Feifer  <sfeifer@redhat.com>
+
+       PR tree-optimization/98304
+       * match.pd (n - (((n > C1) ? n : C1) & -C2)): New simplification.
+
+2022-07-09  Jeff Law  <jeffreyalaw@gmail.com>
+
+       * expr.cc (store_expr): Identify trailing NULs in a STRING_CST
+       initializer and use clear_storage rather than copying the
+       NULs to the destination array.
+
+2022-07-09  Roger Sayle  <roger@nextmovesoftware.com>
+
+       * config/i386/i386.md (define_peephole2): Use match_operand of
+       flags_reg_operand to capture and preserve the mode of FLAGS_REG.
+       (define_peephole2): Likewise.
+       (define_peephole2): Likewise...
+
+2022-07-09  Roger Sayle  <roger@nextmovesoftware.com>
+
+       * config/i386/i386-features.cc (convert_compare): Add support
+       for *testdi_not_doubleword pattern, "(compare (and (not ...)))"
+       by generating a pandn followed by ptest.
+       (convertible_comparison_p): Recognize both *cmpdi_doubleword and
+       recent *testdi_not_doubleword comparison patterns.
+
+2022-07-09  Tamar Christina  <tamar.christina@arm.com>
+
+       * config/s390/s390.cc (s390_expand_atomic): Pass false to store_bit_field to
+       indicate that the value is not undefined.
+
+2022-07-09  Andrew Pinski  <apinski@marvell.com>
+
+       PR tree-optimization/106087
+       * tree-ssa-dce.cc (simple_dce_from_worklist): Check
+       to make sure the statement is only defining one operand.
+
 2022-07-08  Lewis Hyatt  <lhyatt@gmail.com>
 
        PR preprocessor/91733
index 2f349b0ec048641c5f76a09007b97e0b6779fede..6de1e01bae49daaabd5e98350444bdb913c836e1 100644 (file)
@@ -1 +1 @@
-20220709
+20220710
index e40061c8e0fe0190ef3a1eceae0f79d31def7842..20309001309e6829707038b5a4aa33f8d0dcfe12 100644 (file)
@@ -1,3 +1,18 @@
+2022-07-09  Vit Kabele  <vit.kabele@sysgo.com>
+
+       * c-c++-common/Wpadded.c: New test.
+
+2022-07-09  Sam Feifer  <sfeifer@redhat.com>
+
+       PR tree-optimization/98304
+       * gcc.c-torture/execute/pr98304-2.c: New test.
+       * gcc.dg/pr98304-1.c: New test.
+
+2022-07-09  Andrew Pinski  <apinski@marvell.com>
+
+       PR tree-optimization/106087
+       * gcc.c-torture/compile/inline-asm-1.c: New test.
+
 2022-07-08  Martin Jambor  <mjambor@suse.cz>
 
        PR testsuite/106216
index 3cd8bb7b4900ce32339a7c8ea95e83c4881ce6f7..6abc8fe1f21e4a4c60f6bb96418f8b7039254cc1 100644 (file)
@@ -1,3 +1,8 @@
+2022-07-09  François Dumont  <fdumont@gcc.gnu.org>
+
+       * include/std/string: Remove obsolete comment about char_traits.h including
+       stl_algobase.h.
+
 2022-07-07  Jonathan Wakely  <jwakely@redhat.com>
 
        PR c++/89074