public inbox for libstdc++-cvs@sourceware.org
help / color / mirror / Atom feed
From: GCC Administrator <gccadmin@gcc.gnu.org>
To: gcc-cvs@gcc.gnu.org, libstdc++-cvs@gcc.gnu.org
Subject: [gcc r14-10141] Daily bump.
Date: Sat, 27 Apr 2024 00:22:21 +0000 (GMT)	[thread overview]
Message-ID: <20240427002222.388143858CD1@sourceware.org> (raw)

https://gcc.gnu.org/g:457e907c86fd60c4f70104b5dcb9b2ff35f35c00

commit r14-10141-g457e907c86fd60c4f70104b5dcb9b2ff35f35c00
Author: GCC Administrator <gccadmin@gcc.gnu.org>
Date:   Sat Apr 27 00:21:59 2024 +0000

    Daily bump.

Diff:
---
 gcc/ChangeLog           | 18 ++++++++++++++++++
 gcc/DATESTAMP           |  2 +-
 gcc/cp/ChangeLog        |  8 ++++++++
 gcc/testsuite/ChangeLog | 14 ++++++++++++++
 libgomp/ChangeLog       |  6 ++++++
 libstdc++-v3/ChangeLog  | 13 +++++++++++++
 6 files changed, 60 insertions(+), 1 deletion(-)

diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index eb902c296c0..7309b864a21 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,21 @@
+2024-04-26  Frederik Harwath  <frederik@harwath.name>
+
+	* config.gcc: Add gfx90c.
+	* config/gcn/gcn-hsa.h (NO_SRAM_ECC): Likewise.
+	* config/gcn/gcn-opts.h (enum processor_type): Likewise.
+	(TARGET_GFX90c): New macro.
+	* config/gcn/gcn.cc (gcn_option_override): Handle gfx90c.
+	(gcn_omp_device_kind_arch_isa): Likewise.
+	(output_file_start): Likewise.
+	* config/gcn/gcn.h: Add gfx90c.
+	* config/gcn/gcn.opt: Likewise.
+	* config/gcn/mkoffload.cc (EF_AMDGPU_MACH_AMDGCN_GFX90c): New macro.
+	(get_arch): Handle gfx90c.
+	(main): Handle EF_AMDGPU_MACH_AMDGCN_GFX90c
+	* config/gcn/t-omp-device: Add gfx90c.
+	* doc/install.texi: Likewise.
+	* doc/invoke.texi: Likewise.
+
 2024-04-25  David Faust  <david.faust@oracle.com>
 
 	* config/bpf/bpf.h (PREFERRED_DEBUGGING_TYPE): Set to BTF_DEBUG.
diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP
index 31b7d4c373f..eb33e014662 100644
--- a/gcc/DATESTAMP
+++ b/gcc/DATESTAMP
@@ -1 +1 @@
-20240426
+20240427
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index d1fdc2747e1..7b75bb95a76 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,3 +1,11 @@
+2024-04-26  Patrick Palka  <ppalka@redhat.com>
+
+	Backported from master:
+	2024-04-26  Patrick Palka  <ppalka@redhat.com>
+
+	* error.cc (print_instantiation_partial_context_line): Clear the
+	pretty printer prefix around the call to diagnostic_show_locus.
+
 2024-04-25  Jakub Jelinek  <jakub@redhat.com>
 
 	PR c++/111284
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 40da40650d9..36f9547924c 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,17 @@
+2024-04-26  Patrick Palka  <ppalka@redhat.com>
+
+	Backported from master:
+	2024-04-26  Patrick Palka  <ppalka@redhat.com>
+
+	* g++.dg/concepts/diagnostic2.C: Expect source line printed
+	for the "required from here" message.
+	* g++.dg/template/error60a.C: New test.
+
+2024-04-26  Haochen Jiang  <haochen.jiang@intel.com>
+
+	PR target/110621
+	* gcc.target/i386/pr105354-2.c: As mentioned.
+
 2024-04-25  David Faust  <david.faust@oracle.com>
 
 	* gcc.target/bpf/bpf-debug-options-1.c: New test.
diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog
index 337a16bf098..4364ff96d0b 100644
--- a/libgomp/ChangeLog
+++ b/libgomp/ChangeLog
@@ -1,3 +1,9 @@
+2024-04-26  Frederik Harwath  <frederik@harwath.name>
+
+	* plugin/plugin-gcn.c (isa_hsa_name): Handle EF_AMDGPU_MACH_AMDGCN_GFX90c.
+	(isa_code): Handle gfx90c.
+	(max_isa_vgprs): Handle EF_AMDGPU_MACH_AMDGCN_GFX90c.
+
 2024-04-16  Chung-Lin Tang  <cltang@baylibre.com>
 
 	* libgomp.h (REFCOUNT_ACC_MAP_DATA): Define as (REFCOUNT_SPECIAL | 2).
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index 07f374db972..5bb60c86f65 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,3 +1,16 @@
+2024-04-26  Jonathan Wakely  <jwakely@redhat.com>
+
+	* doc/html/manual/status.html: Regenerate.
+	* doc/xml/manual/status_cxx1998.xml: Replace references to
+	mainline GCC.
+	* doc/xml/manual/status_cxx2011.xml: Likewise.
+	* doc/xml/manual/status_cxx2014.xml: Likewise.
+	* doc/xml/manual/status_cxx2017.xml: Likewise.
+	* doc/xml/manual/status_cxx2020.xml: Likewise.
+	* doc/xml/manual/status_cxx2023.xml: Likewise.
+	* doc/xml/manual/status_cxxtr1.xml: Likewise.
+	* doc/xml/manual/status_cxxtr24733.xml: Likewise.
+
 2024-04-25  Jonathan Wakely  <jwakely@redhat.com>
 
 	* scripts/run_doxygen: Rename man pages for nested types.

                 reply	other threads:[~2024-04-27  0:22 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=20240427002222.388143858CD1@sourceware.org \
    --to=gccadmin@gcc.gnu.org \
    --cc=gcc-cvs@gcc.gnu.org \
    --cc=libstdc++-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).