]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Sun, 2 Oct 2022 00:18:17 +0000 (00:18 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Sun, 2 Oct 2022 00:18:17 +0000 (00:18 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/cp/ChangeLog
gcc/fortran/ChangeLog
gcc/testsuite/ChangeLog

index 90a96694760965d596e18a9e16701b37df6f1254..0bf0ceb77a40797b4d77834a920e4739b387cbe8 100644 (file)
@@ -1,3 +1,33 @@
+2022-10-01  Stafford Horne  <shorne@gmail.com>
+
+       * config/or1k/or1k.cc (TARGET_HAVE_TLS): Only define if
+       HAVE_AS_TLS is defined.
+
+2022-10-01  Julian Brown  <julian@codesourcery.com>
+
+       * gimplify.cc (omp_group_base): Fix IF_PRESENT (no_create)
+       handling.
+
+2022-10-01  Jeff Law  <jeffreyalaw@gmail.com>
+
+       * config/h8300/h8300.md (HSI2): New iterator.
+       (eqne_invert): Similarly.
+       * config/h8300/testcompare.md (testhi_upper_z): New pattern.
+       (cmpqi_z, cmphi_z, cmpsi_z): Likewise.
+       (store_z_qi, store_z_i_qi, store_z_hi, store_z_hi_sb): New
+       define_insn_and_splits and/or define_insns.
+       (store_z_hi_neg, store_z_hi_and, store_z_<mode>): Likewise.
+       (store_z_<mode>_neg, store_z_<mode>_and, store_z): Likewise.
+
+2022-10-01  Jeff Law  <jeffreyalaw@gmail.com>
+
+       * tree-ssa-dom.cc (record_edge_info): Install correct version of
+       patch.
+
+2022-10-01  Eugene Rozenfeld  <erozen@microsoft.com>
+
+       * dwarf2out.cc (add_call_src_coords_attributes): Emit discriminators for inlined call sites.
+
 2022-09-30  Jeff Law  <jeffreyalaw@gmail.com>
 
        * tree-ssa-dom.cc (single_block_loop_p): New function.
index 5e34ca4ca852c5b5a6e9169ab7b4741ceba2844c..9bab13a325512d03dec957b21fcaa1bcbad98fa1 100644 (file)
@@ -1 +1 @@
-20221001
+20221002
index 3ebb164b0ec6d6ebe175e5ee3a7bd6881791a373..1dc0c434f1c5850baae5bcb059b5e4fcc33f4f04 100644 (file)
@@ -1,3 +1,20 @@
+2022-10-01  Patrick Palka  <ppalka@redhat.com>
+
+       * semantics.cc (trait_expr_value): Make cp_trait_kind switch
+       statement exhaustive.
+       (finish_trait_expr): Likewise.
+       (finish_trait_type): Likewise.
+
+2022-10-01  Jason Merrill  <jason@redhat.com>
+
+       * init.cc (build_vec_init): Clear from_array for CONSTRUCTOR
+       initializer.
+
+2022-10-01  Jason Merrill  <jason@redhat.com>
+
+       * cp-gimplify.cc (cp_genericize_init): Also convert the result of
+       split_nonconstant_init to void.
+
 2022-09-30  Patrick Palka  <ppalka@redhat.com>
 
        * constraint.cc (diagnose_trait_expr): Likewise.
index c6cb20d5680390cde97cc75d2e69596a0cb6165d..0559fc3aeed1f8b7637407166204f67dfc6ce5d6 100644 (file)
@@ -1,3 +1,14 @@
+2022-10-01  José Rui Faustino de Sousa  <jrfsousa@gmail.com>
+
+       PR fortran/100040
+       PR fortran/100029
+       * trans-expr.cc (gfc_conv_class_to_class): Add code to have
+       assumed-rank arrays recognized as full arrays and fix the type
+       of the array assignment.
+       (gfc_conv_procedure_call): Change order of code blocks such that
+       the free of ALLOCATABLE dummy arguments with INTENT(OUT) occurs
+       first.
+
 2022-09-30  Tobias Burnus  <tobias@codesourcery.com>
 
        PR fortran/105318
index 26bec900066a031a1bccf804b6b898ae1f1ce096..f764a44fabfe927bfe37c31b4c3434468b563874 100644 (file)
@@ -1,3 +1,10 @@
+2022-10-01  José Rui Faustino de Sousa  <jrfsousa@gmail.com>
+
+       PR fortran/100029
+       PR fortran/100040
+       * gfortran.dg/PR100029.f90: New test.
+       * gfortran.dg/PR100040.f90: New test.
+
 2022-09-30  Jeff Law  <jeffreyalaw@gmail.com>
 
        * gcc.dg/infinite-loop.c: New test.