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 r14-181] Daily bump.
Date: Mon, 24 Apr 2023 00:18:32 +0000 (GMT)	[thread overview]
Message-ID: <20230424001832.F402C3858C83@sourceware.org> (raw)

https://gcc.gnu.org/g:6c06b9e4c3161a48a9ea0e406421cc21599ed3e7

commit r14-181-g6c06b9e4c3161a48a9ea0e406421cc21599ed3e7
Author: GCC Administrator <gccadmin@gcc.gnu.org>
Date:   Mon Apr 24 00:17:12 2023 +0000

    Daily bump.

Diff:
---
 gcc/ChangeLog           | 42 ++++++++++++++++++++++++++++++++++++++++++
 gcc/DATESTAMP           |  2 +-
 gcc/testsuite/ChangeLog | 40 ++++++++++++++++++++++++++++++++++++++++
 3 files changed, 83 insertions(+), 1 deletion(-)

diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index d8e0e5aa41c..1890cc23c55 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,45 @@
+2023-04-23  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
+
+	* config/aarch64/aarch64-simd.md (aarch64_float_truncate_lo_): Rename to...
+	(aarch64_float_truncate_lo_<mode><vczle><vczbe>): ... This.
+
+2023-04-23  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
+
+	PR target/99195
+	* config/aarch64/aarch64-simd.md (aarch64_addp<mode>): Rename to...
+	(aarch64_addp<mode><vczle><vczbe>): ... This.
+
+2023-04-23  Roger Sayle  <roger@nextmovesoftware.com>
+
+	* config/stormy16/stormy16.cc (xstormy16_rtx_costs): Rewrite to
+	provide reasonable values for common arithmetic operations and
+	immediate operands (in several machine modes).
+
+2023-04-23  Roger Sayle  <roger@nextmovesoftware.com>
+
+	* config/stormy16/stormy16.cc (xstormy16_print_operand): Add %h
+	format specifier to output high_part register name of SImode reg.
+	* config/stormy16/stormy16.md (extendhisi2): New define_insn.
+	(zero_extendqihi2): Fix lengths, consistent formatting and add
+	"and Rx,#255" alternative, for documentation purposes.
+	(zero_extendhisi2): New define_insn.
+
+2023-04-23  Roger Sayle  <roger@nextmovesoftware.com>
+
+	* config/stormy16/stormy16.cc (xstormy16_output_shift): Implement
+	SImode shifts by two by performing a single bit SImode shift twice.
+
+2023-04-23  Aldy Hernandez  <aldyh@redhat.com>
+
+	PR tree-optimization/109593
+	* value-range.cc (frange::operator==): Handle NANs.
+
+2023-04-23  liuhongt  <hongtao.liu@intel.com>
+
+	PR rtl-optimization/108707
+	* ira-costs.cc (scan_one_insn): Use NO_REGS instead of
+	GENERAL_REGS when preferred reg_class is not known.
+
 2023-04-22  Andrew Pinski  <apinski@marvell.com>
 
 	* tree-ssa-phiopt.cc (tree_ssa_phiopt_worker):
diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP
index e372b3d6ca6..b5f339e560b 100644
--- a/gcc/DATESTAMP
+++ b/gcc/DATESTAMP
@@ -1 +1 @@
-20230423
+20230424
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 028a8bc7af8..611be74e81a 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,43 @@
+2023-04-23  Gaius Mulley  <gaiusmod2@gmail.com>
+
+	* lib/gm2.exp (gm2_target_compile_default): Conditionally
+	append -lnsl -lsocket to ldflags.
+
+2023-04-23  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
+
+	* gcc.target/aarch64/float_truncate_zero.c: New test.
+
+2023-04-23  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
+
+	PR target/99195
+	* gcc.target/aarch64/simd/pr99195_1.c: Add testing for vpadd intrinsics.
+
+2023-04-23  Roger Sayle  <roger@nextmovesoftware.com>
+
+	* gcc.target/xstormy16/mulhi.c: New test case.
+
+2023-04-23  Roger Sayle  <roger@nextmovesoftware.com>
+
+	* gcc.target/xstormy16/extendhisi2.c: New test case.
+	* gcc.target/xstormy16/zextendhisi2.c: Likewise.
+
+2023-04-23  Roger Sayle  <roger@nextmovesoftware.com>
+
+	* gcc.target/xstormy16/shiftsi.c: New test case.
+
+2023-04-23  liuhongt  <hongtao.liu@intel.com>
+
+	* gcc.target/i386/avx2-dest-false-dep-for-glc.c: Rewrite
+	testcase to make the codegen more stable.
+	* gcc.target/i386/avx512dq-dest-false-dep-for-glc.c: Ditto
+	* gcc.target/i386/avx512f-dest-false-dep-for-glc.c: Ditto.
+	* gcc.target/i386/avx512fp16-dest-false-dep-for-glc.c: Ditto.
+	* gcc.target/i386/avx512vl-dest-false-dep-for-glc.c: Ditto.
+
+2023-04-23  liuhongt  <hongtao.liu@intel.com>
+
+	* gcc.target/i386/pr108707.c: New test.
+
 2023-04-22  Andrew Pinski  <apinski@marvell.com>
 
 	* gcc.dg/tree-ssa/phi-opt-5.c: Remvoe some xfail.

                 reply	other threads:[~2023-04-24  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=20230424001832.F402C3858C83@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).