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-5273] Daily bump.
Date: Sat, 21 Jan 2023 00:17:06 +0000 (GMT)	[thread overview]
Message-ID: <20230121001706.D959B3858D1E@sourceware.org> (raw)

https://gcc.gnu.org/g:1bdb1768bf7d83ae87ba7c12bd9566830a1ac772

commit r13-5273-g1bdb1768bf7d83ae87ba7c12bd9566830a1ac772
Author: GCC Administrator <gccadmin@gcc.gnu.org>
Date:   Sat Jan 21 00:16:20 2023 +0000

    Daily bump.

Diff:
---
 gcc/ChangeLog           | 13 +++++++++++++
 gcc/DATESTAMP           |  2 +-
 gcc/m2/ChangeLog        | 36 ++++++++++++++++++++++++++++++++++++
 gcc/testsuite/ChangeLog | 13 +++++++++++++
 libbacktrace/ChangeLog  | 26 ++++++++++++++++++++++++++
 5 files changed, 89 insertions(+), 1 deletion(-)

diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 707456b6adb..bc09889d371 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,16 @@
+2023-01-20  Tejas Belagod  <tejas.belagod@arm.com>
+
+	* config/aarch64/arm_neon.h (vmull_p64, vmull_high_p64, vaeseq_u8,
+	vaesdq_u8, vaesmcq_u8, vaesimcq_u8): Gate under "nothing+aes".
+	(vsha1*_u32, vsha256*_u32): Gate under "nothing+sha2".
+
+2023-01-20  Jakub Jelinek  <jakub@redhat.com>
+
+	PR tree-optimization/108457
+	* tree-ssa-loop-niter.cc (build_cltz_expr): Use
+	SCALAR_INT_TYPE_MODE (utype) directly as C[LT]Z_DEFINED_VALUE_AT_ZERO
+	argument instead of a temporary.  Formatting fixes.
+
 2023-01-19  Jakub Jelinek  <jakub@redhat.com>
 
 	PR tree-optimization/108447
diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP
index c8519a7a377..583ce61ca83 100644
--- a/gcc/DATESTAMP
+++ b/gcc/DATESTAMP
@@ -1 +1 @@
-20230120
+20230121
diff --git a/gcc/m2/ChangeLog b/gcc/m2/ChangeLog
index 75acef3b4fe..4880f9eff57 100644
--- a/gcc/m2/ChangeLog
+++ b/gcc/m2/ChangeLog
@@ -1,3 +1,39 @@
+2023-01-20  Gaius Mulley  <gaiusmod2@gmail.com>
+
+	* gm2-libs/Args.mod (GetArg): Check index before
+	accessing array.
+	* gm2-libs/M2Dependent.mod (toCString): Check index
+	before accessing array.
+	* mc-boot/GArgs.c: Rebuilt.
+	* mc-boot/GM2Dependent.c: Rebuilt.
+	* mc-boot/Gkeyc.c: Rebuilt.
+	* mc/keyc.mod (seenUIntMin): Initialize once.
+	(seenUIntMax): Initialize once.
+	(checkLimits): Only test seenUIntMin and seenUIntMax
+	once.
+	* pge-boot/GArgs.c:  Rebuilt.
+	* pge-boot/GM2Dependent.c: Rebuilt.
+
+2023-01-20  Gaius Mulley  <gaiusmod2@gmail.com>
+
+	* gm2-gcc/m2statement.cc (gm2_gimplify_function_node):
+	Remove.
+	* gm2-libs/DynamicStrings.mod (Equal): Remove dead code.
+	* m2.flex (<COMMENT>"<*"): Add {} for else statement.
+	* m2pp.cc (hextree): Add conditional #ifdef DEBUGGING.
+	* mc-boot/GDynamicStrings.c: Rebuild.
+	* pge-boot/GDynamicStrings.c: Rebuild.
+	* pge-boot/GFIO.c: Rebuild.
+	* pge-boot/GIndexing.c: Rebuild.
+	* pge-boot/GM2EXCEPTION.c: Rebuild.
+	* pge-boot/GM2RTS.c: Rebuild.
+	* pge-boot/GNameKey.c: Rebuild.
+	* pge-boot/GPushBackInput.c: Rebuild.
+	* pge-boot/GRTExceptions.c: Rebuild.
+	* pge-boot/GStdIO.c: Rebuild.
+	* pge-boot/GSymbolKey.c: Rebuild.
+	* pge-boot/GSysStorage.c: Rebuild.
+
 2023-01-17  Gaius Mulley  <gaiusmod2@gmail.com>
 
 	* mc-boot/GM2RTS.c: Rebuilt.
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index c26a59fb048..ffe432fab46 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,16 @@
+2023-01-20  Tejas Belagod  <tejas.belagod@arm.com>
+
+	* gcc.target/aarch64/acle/pmull64.c: New.
+	* gcc.target/aarch64/aes-fuse-1.c: Replace '+crypto' with corresponding
+	feature flag based on the intrinsic.
+	* gcc.target/aarch64/aes-fuse-2.c: Likewise.
+	* gcc.target/aarch64/aes_1.c: Likewise.
+	* gcc.target/aarch64/aes_2.c: Likewise.
+	* gcc.target/aarch64/aes_xor_combine.c: Likewise.
+	* gcc.target/aarch64/sha1_1.c: Likewise.
+	* gcc.target/aarch64/sha256_1.c: Likewise.
+	* gcc.target/aarch64/target_attr_crypto_ice_1.c: Likewise.
+
 2023-01-19  Jakub Jelinek  <jakub@redhat.com>
 
 	PR c++/108437
diff --git a/libbacktrace/ChangeLog b/libbacktrace/ChangeLog
index c5f8e97edbd..73740ec3679 100644
--- a/libbacktrace/ChangeLog
+++ b/libbacktrace/ChangeLog
@@ -1,3 +1,29 @@
+2023-01-20  Ian Lance Taylor  <iant@golang.org>
+
+	* dwarf.c (struct function_addrs): Change low and high fields to
+	uintptr_t.
+	(struct unit_addrs): Likewise.
+	(resolve_addr_index): Change address parameter to uintptr_t*.
+	(add_unit_addr): Change lowpc and highpc parameters to uintptr_t.
+	(add_function_range): Likewise.
+	(struct pcrange): Change lowpc and highpc fields to uintptr_t.
+	(add_low_high_range): Change add_range lowpc and highpc parameters
+	to uintptr_t.
+	(add_ranges_from_ranges): Likewise.
+	(add_ranges_from_rnglists): Likewise.
+	(add_low_high_range): Chnage lowpc and highpc variables to
+	uintpr_t.
+	(add_ranges_from_rnglists): Change some local variables to
+	uintptr_t.
+	(add_ranges_from_ranges): Change base parameter to uintptr_t.
+	(add_ranges_from_rnglists): Likewise.
+	(read_function_entry): Likewise.
+	(resolve_addr_index): Add explicit casts to uintptr_t.
+	(update_pcrange): Likewise.
+	(add_ranges_from_ranges): Likewise.
+	(add_ranges_from_rnglists): Likewise.
+	(read_function_entry): Likewise.
+
 2023-01-17  Martin Liska  <mliska@suse.cz>
 
 	* Makefile.in: Regenerate.

                 reply	other threads:[~2023-01-21  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=20230121001706.D959B3858D1E@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).