public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
From: GCC Administrator <gccadmin@gcc.gnu.org>
To: gcc-cvs@gcc.gnu.org
Subject: [gcc r13-3015] Daily bump.
Date: Sun,  2 Oct 2022 00:18:54 +0000 (GMT)	[thread overview]
Message-ID: <20221002001854.07D1A3858C2C@sourceware.org> (raw)

https://gcc.gnu.org/g:3290dcf14994cee3f86abd8cc7d38ddedaaec062

commit r13-3015-g3290dcf14994cee3f86abd8cc7d38ddedaaec062
Author: GCC Administrator <gccadmin@gcc.gnu.org>
Date:   Sun Oct 2 00:18:17 2022 +0000

    Daily bump.

Diff:
---
 gcc/ChangeLog           | 30 ++++++++++++++++++++++++++++++
 gcc/DATESTAMP           |  2 +-
 gcc/cp/ChangeLog        | 17 +++++++++++++++++
 gcc/fortran/ChangeLog   | 11 +++++++++++
 gcc/testsuite/ChangeLog |  7 +++++++
 5 files changed, 66 insertions(+), 1 deletion(-)

diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 90a96694760..0bf0ceb77a4 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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.
diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP
index 5e34ca4ca85..9bab13a3255 100644
--- a/gcc/DATESTAMP
+++ b/gcc/DATESTAMP
@@ -1 +1 @@
-20221001
+20221002
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index 3ebb164b0ec..1dc0c434f1c 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -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.
diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog
index c6cb20d5680..0559fc3aeed 100644
--- a/gcc/fortran/ChangeLog
+++ b/gcc/fortran/ChangeLog
@@ -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
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 26bec900066..f764a44fabf 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -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.

                 reply	other threads:[~2022-10-02  0:18 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20221002001854.07D1A3858C2C@sourceware.org \
    --to=gccadmin@gcc.gnu.org \
    --cc=gcc-cvs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).