public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r13-1864] Daily bump.
@ 2022-07-28  0:17 GCC Administrator
  0 siblings, 0 replies; only message in thread
From: GCC Administrator @ 2022-07-28  0:17 UTC (permalink / raw)
  To: gcc-cvs

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

commit r13-1864-g1e2c5f4c2d13346e2181ebe65d2fa84f2184de07
Author: GCC Administrator <gccadmin@gcc.gnu.org>
Date:   Thu Jul 28 00:16:35 2022 +0000

    Daily bump.

Diff:
---
 ChangeLog               |  8 ++++++++
 gcc/ChangeLog           | 42 ++++++++++++++++++++++++++++++++++++++++++
 gcc/DATESTAMP           |  2 +-
 gcc/analyzer/ChangeLog  |  6 ++++++
 gcc/c-family/ChangeLog  |  5 +++++
 gcc/testsuite/ChangeLog | 27 +++++++++++++++++++++++++++
 6 files changed, 89 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 65685acd4df..217f54e3d26 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2022-07-27  David Faust  <david.faust@oracle.com>
+
+	* MAINTAINERS: Add myself as reviewer for CTF and BTF.
+
+2022-07-27  Richard Biener  <rguenther@suse.de>
+
+	* MAINTAINERS (Roger Sayle): Update e-mail address.
+
 2022-07-21  Sam Feifer  <sfeifer@redhat.com>
 
 	* MAINTAINERS (Write After Approval): Add myself.
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index f0963bbf4a4..3fc56a61576 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,45 @@
+2022-07-27  Andrew Carlotti  <andrew.carlotti@arm.com>
+
+	* doc/loop.texi: Refer to LOOPS_HAVE_RECORDED_EXITS instead.
+
+2022-07-27  WANG Xuerui  <i@xen0n.name>
+
+	* doc/invoke.texi: Document -m[no-]explicit-relocs for
+	LoongArch.
+
+2022-07-27  Maciej W. Rozycki  <macro@embecosm.com>
+
+	* config/riscv/riscv.md (stack_protect_set_<mode>): Remove
+	duplicate backslashes.
+
+2022-07-27  Maciej W. Rozycki  <macro@embecosm.com>
+
+	* config/riscv/riscv.cc (riscv_rtx_costs) <IF_THEN_ELSE>: New
+	case.
+
+2022-07-27  Jakub Jelinek  <jakub@redhat.com>
+
+	PR debug/106261
+	* cgraphunit.cc (cgraph_node::assemble_thunks_and_aliases): Don't
+	output asm thunks for -dx.
+
+2022-07-27  Jakub Jelinek  <jakub@redhat.com>
+
+	PR middle-end/106332
+	* opts-common.cc (candidates_list_and_hint): Add gcc_assert
+	that candidates is not an empty vector.
+
+2022-07-27  Xi Ruoyao  <xry111@xry111.site>
+
+	* configure.ac (HAVE_AS_EXPLICIT_RELOCS): Define to 1 if the
+	assembler supports explicit relocation for LoongArch.
+	* configure: Regenerate.
+	* config/loongarch/loongarch-opts.h (HAVE_AS_EXPLICIT_RELOCS):
+	Define to 0 if not defined.
+	* config/loongarch/genopts/loongarch.opt.in
+	(TARGET_EXPLICIT_RELOCS): Default to HAVE_AS_EXPLICIT_RELOCS.
+	* config/loongarch/loongarch.opt: Regenerate.
+
 2022-07-26  Peter Bergner  <bergner@linux.ibm.com>
 
 	PR c/106016
diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP
index b7375eb6cba..12a06716f5a 100644
--- a/gcc/DATESTAMP
+++ b/gcc/DATESTAMP
@@ -1 +1 @@
-20220727
+20220728
diff --git a/gcc/analyzer/ChangeLog b/gcc/analyzer/ChangeLog
index 6c883b75684..d10a5c854cf 100644
--- a/gcc/analyzer/ChangeLog
+++ b/gcc/analyzer/ChangeLog
@@ -1,3 +1,9 @@
+2022-07-27  Immad Mir  <mirimmad@outlook.com>
+
+	PR analyzer/106286
+	* sm-fd.cc:
+	(fd_diagnostic::get_meaning_for_state_change): New.
+
 2022-07-26  David Malcolm  <dmalcolm@redhat.com>
 
 	PR analyzer/106319
diff --git a/gcc/c-family/ChangeLog b/gcc/c-family/ChangeLog
index 9e5f83c7032..73e959dc0c1 100644
--- a/gcc/c-family/ChangeLog
+++ b/gcc/c-family/ChangeLog
@@ -1,3 +1,8 @@
+2022-07-27  Lewis Hyatt  <lhyatt@gmail.com>
+
+	* c-ppoutput.cc (token_streamer::stream): Update input_location
+	prior to streaming each token.
+
 2022-07-23  Immad Mir  <mirimmad@outlook.com>
 
 	* c-attribs.cc: (c_common_attribute_table): add three new attributes
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index c846ad47be9..50686c7adc2 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,30 @@
+2022-07-27  Lewis Hyatt  <lhyatt@gmail.com>
+
+	* c-c++-common/pragma-diag-14.c: New test.
+	* c-c++-common/pragma-diag-15.c: New test.
+
+2022-07-27  Immad Mir  <mirimmad@outlook.com>
+
+	PR analyzer/106286
+	* gcc.dg/analyzer/fd-meaning.c: New test.
+
+2022-07-27  Jakub Jelinek  <jakub@redhat.com>
+
+	PR debug/106261
+	* g++.dg/debug/pr106261.C: New test.
+
+2022-07-27  Jakub Jelinek  <jakub@redhat.com>
+
+	PR tree-optimization/94920
+	* g++.dg/pr94920.C: Add -Wno-psabi to dg-options.
+	* g++.dg/pr94920-1.C: Add dg-additional-options -Wno-psabi.
+
+2022-07-27  Jakub Jelinek  <jakub@redhat.com>
+
+	PR tree-optimization/106397
+	* gcc.dg/pr106397.c: For ia32, add dg-additional-options
+	-march=i686 -msse.
+
 2022-07-26  David Malcolm  <dmalcolm@redhat.com>
 
 	PR analyzer/106319


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-07-28  0:17 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-28  0:17 [gcc r13-1864] Daily bump GCC Administrator

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).