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-2039] Daily bump.
Date: Sun, 14 Aug 2022 00:17:33 +0000 (GMT)	[thread overview]
Message-ID: <20220814001733.9C7F23858C2F@sourceware.org> (raw)

https://gcc.gnu.org/g:fe4dc4f553d8639b0ce3465e5e6dcf61c1ae9752

commit r13-2039-gfe4dc4f553d8639b0ce3465e5e6dcf61c1ae9752
Author: GCC Administrator <gccadmin@gcc.gnu.org>
Date:   Sun Aug 14 00:16:56 2022 +0000

    Daily bump.

Diff:
---
 gcc/ChangeLog           | 25 +++++++++++++++++++++++++
 gcc/DATESTAMP           |  2 +-
 gcc/testsuite/ChangeLog |  5 +++++
 3 files changed, 31 insertions(+), 1 deletion(-)

diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index dad7ce90c72..19ba48effd2 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,28 @@
+2022-08-13  Roger Sayle  <roger@nextmovesoftware.com>
+	    Uroš Bizjak  <ubizjak@gmail.com>
+
+	* config/i386/predicates.md (const_0_to_255_not_mul_8_operand):
+	New predicate for values between 0/1 and 255, not multiples of 8.
+	* config/i386/sse.md (ashlv1ti3): Delay lowering of logical left
+	shifts by constant bit counts.
+	(*ashlvti3_internal): New define_insn_and_split that lowers
+	logical left shifts by constant bit counts, that aren't multiples
+	of 8, before reload.
+	(lshrv1ti3): Delay lowering of logical right shifts by constant.
+	(*lshrv1ti3_internal): New define_insn_and_split that lowers
+	logical right shifts by constant bit counts, that aren't multiples
+	of 8, before reload.
+	(ashrv1ti3):: Delay lowering of arithmetic right shifts by
+	constant bit counts.
+	(*ashrv1ti3_internal): New define_insn_and_split that lowers
+	arithmetic right shifts by constant bit counts before reload.
+	(rotlv1ti3): Delay lowering of rotate left by constant.
+	(*rotlv1ti3_internal): New define_insn_and_split that lowers
+	rotate left by constant bits counts before reload.
+	(rotrv1ti3): Delay lowering of rotate right by constant.
+	(*rotrv1ti3_internal): New define_insn_and_split that lowers
+	rotate right by constant bits counts before reload.
+
 2022-08-12  Srinath Parvathaneni  <srinath.parvathaneni@arm.com>
 
 	* doc/invoke.texi (Arm Options): Document -mcpu=cortex-m55 options.
diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP
index 763830cfe05..f7f051dde4b 100644
--- a/gcc/DATESTAMP
+++ b/gcc/DATESTAMP
@@ -1 +1 @@
-20220813
+20220814
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index b61e5a25442..ec02d5164b2 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,8 @@
+2022-08-13  Tim Lange  <mail@tim-lange.me>
+
+	* gcc.dg/analyzer/torture/pr93451.c:
+	Disable Wanalyzer-out-of-bounds.
+
 2022-08-12  Jan Hubicka  <hubicka@ucw.cz>
 
 	PR middle-end/106057


                 reply	other threads:[~2022-08-14  0:17 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=20220814001733.9C7F23858C2F@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).