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

https://gcc.gnu.org/g:4a7274ddc4970c1ad011343ed285d6219dffa396

commit r13-1908-g4a7274ddc4970c1ad011343ed285d6219dffa396
Author: GCC Administrator <gccadmin@gcc.gnu.org>
Date:   Mon Aug 1 00:16:31 2022 +0000

    Daily bump.

Diff:
---
 ChangeLog               |  6 ++++++
 gcc/ChangeLog           | 16 ++++++++++++++++
 gcc/DATESTAMP           |  2 +-
 gcc/c-family/ChangeLog  |  9 +++++++++
 gcc/cp/ChangeLog        | 12 ++++++++++++
 gcc/fortran/ChangeLog   | 23 +++++++++++++++++++++++
 gcc/testsuite/ChangeLog | 29 +++++++++++++++++++++++++++++
 7 files changed, 96 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 217f54e3d26..ebc62a99f44 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2022-07-31  Roger Sayle  <roger@nextmovesoftware.com>
+
+	PR bootstrap/106472
+	* Makefile.def (dependencies): Make configure-target-libgo depend
+	upon all-target-libbacktrace.
+
 2022-07-27  David Faust  <david.faust@oracle.com>
 
 	* MAINTAINERS: Add myself as reviewer for CTF and BTF.
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 892a683a8bb..22cf563d32d 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,19 @@
+2022-07-31  Roger Sayle  <roger@nextmovesoftware.com>
+
+	* config/i386/i386.md (define_expand <any_rotate>ti3): For
+	rotations by 64 bits use new rot[lr]64ti2_doubleword pattern.
+	(rot[lr]64ti2_doubleword): New post-reload splitter.
+
+2022-07-31  Roger Sayle  <roger@nextmovesoftware.com>
+	    H.J. Lu  <hjl.tools@gmail.com>
+
+	PR target/106450
+	* config/i386/i386-features.cc (timode_check_non_convertible_regs):
+	Do nothing if REGNO is set in the REGS bitmap, or is a hard reg.
+	(timode_remove_non_convertible_regs): Update comment.
+	Call timode_check_non_convertible_reg on all TImode register
+	DEFs and USEs in each instruction.
+
 2022-07-30  Takayuki 'January June' Suwa  <jjsuwa_sys3175@yahoo.co.jp>
 
 	* config/xtensa/xtensa.md: Change hard register number used in
diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP
index a519ff332ef..ed14e56feeb 100644
--- a/gcc/DATESTAMP
+++ b/gcc/DATESTAMP
@@ -1 +1 @@
-20220731
+20220801
diff --git a/gcc/c-family/ChangeLog b/gcc/c-family/ChangeLog
index 73e959dc0c1..68fc6e2761e 100644
--- a/gcc/c-family/ChangeLog
+++ b/gcc/c-family/ChangeLog
@@ -1,3 +1,12 @@
+2022-07-31  Lewis Hyatt  <lhyatt@gmail.com>
+
+	PR c++/66290
+	* c-common.h: Rename global done_lexing to
+	override_libcpp_locations.
+	* c-common.cc (c_cpp_diagnostic): Likewise.
+	* c-opts.cc (c_common_finish): Set override_libcpp_locations
+	(formerly done_lexing) immediately prior to calling cpp_finish ().
+
 2022-07-27  Lewis Hyatt  <lhyatt@gmail.com>
 
 	* c-ppoutput.cc (token_streamer::stream): Update input_location
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index 8ff65cb07d1..4d7761c23f1 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,3 +1,15 @@
+2022-07-31  Lewis Hyatt  <lhyatt@gmail.com>
+
+	PR c++/66290
+	* parser.cc (cp_lexer_new_main): Rename global done_lexing to
+	override_libcpp_locations.
+
+2022-07-31  Jason Merrill  <jason@redhat.com>
+
+	PR c++/106369
+	* constexpr.cc (reduced_constant_expression_p): Return false
+	if a CONSTRUCTOR initializes an empty field.
+
 2022-07-29  Jakub Jelinek  <jakub@redhat.com>
 
 	PR c++/106448
diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog
index 0473563c3a2..74968c9f0fa 100644
--- a/gcc/fortran/ChangeLog
+++ b/gcc/fortran/ChangeLog
@@ -1,3 +1,26 @@
+2022-07-31  Harald Anlauf  <anlauf@gmx.de>
+	    Steven G. Kargl  <kargl@gcc.gnu.org>
+
+	PR fortran/92805
+	* match.cc (gfc_match_small_literal_int): Make gobbling of leading
+	whitespace optional.
+	(gfc_match_name): Likewise.
+	(gfc_match_char): Likewise.
+	* match.h (gfc_match_small_literal_int): Adjust prototype.
+	(gfc_match_name): Likewise.
+	(gfc_match_char): Likewise.
+	* primary.cc (match_kind_param): Match small literal int or name
+	without gobbling whitespace.
+	(get_kind): Do not skip over blanks.
+	(match_string_constant): Likewise.
+
+2022-07-31  Harald Anlauf  <anlauf@gmx.de>
+
+	PR fortran/77652
+	* check.cc (gfc_check_associated): Make the rank check of POINTER
+	vs. TARGET match the allowed forms of pointer assignment for the
+	selected Fortran standard.
+
 2022-07-29  Tobias Burnus  <tobias@codesourcery.com>
 
 	* openmp.cc (resolve_omp_clauses): Permit assumed-size arrays
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 9dbecbc8d76..781bba72408 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,32 @@
+2022-07-31  Roger Sayle  <roger@nextmovesoftware.com>
+	    H.J. Lu  <hjl.tools@gmail.com>
+
+	PR target/106450
+	* gcc.target/i386/pr106450.c: New test case.
+
+2022-07-31  Harald Anlauf  <anlauf@gmx.de>
+	    Steven G. Kargl  <kargl@gcc.gnu.org>
+
+	PR fortran/92805
+	* gfortran.dg/literal_constants.f: New test.
+	* gfortran.dg/literal_constants.f90: New test.
+
+2022-07-31  Harald Anlauf  <anlauf@gmx.de>
+
+	PR fortran/77652
+	* gfortran.dg/associated_target_9a.f90: New test.
+	* gfortran.dg/associated_target_9b.f90: New test.
+
+2022-07-31  Lewis Hyatt  <lhyatt@gmail.com>
+
+	PR c++/66290
+	* c-c++-common/pragma-diag-15.c: Remove xfail for C++.
+
+2022-07-31  Jason Merrill  <jason@redhat.com>
+
+	PR c++/106369
+	* g++.dg/cpp1z/constexpr-lambda27.C: New test.
+
 2022-07-29  Tobias Burnus  <tobias@codesourcery.com>
 
 	* gfortran.dg/gomp/declare-simd-3.f90: New test.


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

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

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-01  0:17 [gcc r13-1908] 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).