]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Wed, 10 May 2023 00:22:50 +0000 (00:22 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Wed, 10 May 2023 00:22:50 +0000 (00:22 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/cp/ChangeLog
gcc/po/ChangeLog
gcc/testsuite/ChangeLog
libcpp/po/ChangeLog

index 0cf9022605605f84eed80396bfd347b47471bb4b..5163a4f007d66e699d87f2bba80c80c23efe293e 100644 (file)
@@ -1,3 +1,40 @@
+2023-05-09  Jakub Jelinek  <jakub@redhat.com>
+
+       Backported from master:
+       2023-05-09  Jakub Jelinek  <jakub@redhat.com>
+
+       PR tree-optimization/109778
+       * wide-int.h (wi::lrotate, wi::rrotate): Call wi::lrshift on
+       wi::zext (x, width) rather than x if width != precision, rather
+       than using wi::zext (right, width) after the shift.
+       * tree-ssa-ccp.cc (bit_value_binop): Call wi::ext on the results
+       of wi::lrotate or wi::rrotate.
+
+2023-05-09  Kewen Lin  <linkw@linux.ibm.com>
+
+       Backported from master:
+       2023-04-26  Kewen Lin  <linkw@linux.ibm.com>
+
+       PR target/108758
+       * config/rs6000/rs6000-builtins.def
+       (__builtin_vsx_scalar_cmp_exp_qp_eq, __builtin_vsx_scalar_cmp_exp_qp_gt
+       __builtin_vsx_scalar_cmp_exp_qp_lt,
+       __builtin_vsx_scalar_cmp_exp_qp_unordered): Move from stanza ieee128-hw
+       to power9-vector.
+
+2023-05-09  Kewen Lin  <linkw@linux.ibm.com>
+
+       Backported from master:
+       2023-04-26  Kewen Lin  <linkw@linux.ibm.com>
+
+       PR target/109069
+       * config/rs6000/altivec.md (sldoi_to_mov<mode>): Replace predicate
+       easy_vector_constant with const_vector_each_byte_same, add
+       handlings in preparation for !easy_vector_constant, and update
+       VECTOR_UNIT_ALTIVEC_OR_VSX_P with VECTOR_MEM_ALTIVEC_OR_VSX_P.
+       * config/rs6000/predicates.md (const_vector_each_byte_same): New
+       predicate.
+
 2023-05-08  Tobias Burnus  <tobias@codesourcery.com>
 
        Backported from master:
index d3869af5806d62f4973874fb800b6b1b58476eb2..c5a9ee88f24254d8fabf23e1e7ba13a64fc16881 100644 (file)
@@ -1 +1 @@
-20230509
+20230510
index 4e3c2d37e31d4d5cabcbff50841f8c471e187529..1126ca75ac539c3f1573b29eab12891ac968a90b 100644 (file)
@@ -1,3 +1,12 @@
+2023-05-09  Jakub Jelinek  <jakub@redhat.com>
+
+       Backported from master:
+       2023-05-09  Jakub Jelinek  <jakub@redhat.com>
+
+       PR c++/109756
+       * cp-gimplify.cc (process_stmt_assume_attribute): Diagnose pack
+       expansion of assume attribute.
+
 2023-05-03  Jason Merrill  <jason@redhat.com>
 
        Revert:
index ae0e0ce5d33fb47c34360574cffa231bd761d534..283a6183982f00312438a903a832c037c07fcde5 100644 (file)
@@ -1,3 +1,7 @@
+2023-05-09  Joseph Myers  <joseph@codesourcery.com>
+
+       * hr.po: Update.
+
 2023-04-27  Joseph Myers  <joseph@codesourcery.com>
 
        * be.po, da.po, de.po, el.po, es.po, fi.po, fr.po, hr.po, id.po,
index 11e3cd0404f619fa06a7e1f283ef7793338bffc3..42f7b2626cc49cd3b20c03b9b4509560485c4e9f 100644 (file)
@@ -1,3 +1,39 @@
+2023-05-09  Jakub Jelinek  <jakub@redhat.com>
+
+       Backported from master:
+       2023-05-09  Jakub Jelinek  <jakub@redhat.com>
+
+       PR c++/109756
+       * g++.dg/cpp23/attr-assume11.C: New test.
+
+2023-05-09  Jakub Jelinek  <jakub@redhat.com>
+
+       Backported from master:
+       2023-05-09  Jakub Jelinek  <jakub@redhat.com>
+
+       PR tree-optimization/109778
+       * gcc.dg/lto/pr109778_0.c: New test.
+       * gcc.dg/lto/pr109778_1.c: New file.
+
+2023-05-09  Jakub Jelinek  <jakub@redhat.com>
+
+       Backported from master:
+       2023-05-09  Jakub Jelinek  <jakub@redhat.com>
+
+       PR tree-optimization/109778
+       * gcc.c-torture/execute/pr109778.c: New test.
+
+2023-05-09  Kewen Lin  <linkw@linux.ibm.com>
+
+       Backported from master:
+       2023-04-26  Kewen Lin  <linkw@linux.ibm.com>
+
+       PR target/109069
+       * gcc.target/powerpc/pr109069-1.c: New test.
+       * gcc.target/powerpc/pr109069-2-run.c: New test.
+       * gcc.target/powerpc/pr109069-2.c: New test.
+       * gcc.target/powerpc/pr109069-2.h: New test.
+
 2023-05-05  Patrick Palka  <ppalka@redhat.com>
 
        Backported from master:
index 2fc775e30c66f520fd7724c28bca552c08eaaea2..a1e033fb41d59a67354c7309f8de4b75c20264d4 100644 (file)
@@ -1,3 +1,7 @@
+2023-05-09  Joseph Myers  <joseph@codesourcery.com>
+
+       * ru.po: Update.
+
 2023-04-26  Release Manager
 
        * GCC 13.1.0 released.