From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1643) id 0EBCF3858C20; Tue, 24 Jan 2023 09:48:26 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 0EBCF3858C20 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1674553706; bh=AV6Pm6I9j4ACyMLoCVbqyKLN43DTrVjXhieQYppUy7k=; h=From:To:Subject:Date:From; b=TjEUdwbXNKjGfJ1E72ViaZcCyyDzPrlqLBt6qavNz9JlnY3TkHTITFDth2c6TpnwZ mvSP+mgm1ZYaN9GwpQKOC0Qghq2BQW/EOgYxISbl9PFRMP0tG3K7dAirygXfEgDnsq cluR0uJ9EN9F/YiFZmbsgdevzi0oguQ/OnQ7Auio= Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Thomas Schwinge To: gcc-cvs@gcc.gnu.org Subject: [gcc/devel/omp/gcc-12] Update 'libgomp/libgomp.texi' for 'nvptx, libgfortran: Switch out of "minimal" mode': 'libgomp/Chang X-Act-Checkin: gcc X-Git-Author: Thomas Schwinge X-Git-Refname: refs/heads/devel/omp/gcc-12 X-Git-Oldrev: 8c29332e98ca4669a059ebc0d90903b409ae049f X-Git-Newrev: 04efab558b8389b100c68393aae1dbc246ec0c30 Message-Id: <20230124094826.0EBCF3858C20@sourceware.org> Date: Tue, 24 Jan 2023 09:48:26 +0000 (GMT) List-Id: https://gcc.gnu.org/g:04efab558b8389b100c68393aae1dbc246ec0c30 commit 04efab558b8389b100c68393aae1dbc246ec0c30 Author: Thomas Schwinge Date: Tue Jan 24 10:47:12 2023 +0100 Update 'libgomp/libgomp.texi' for 'nvptx, libgfortran: Switch out of "minimal" mode': 'libgomp/ChangeLog.omp' Diff: --- libgomp/ChangeLog.omp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/libgomp/ChangeLog.omp b/libgomp/ChangeLog.omp index 30b1e558ea3..3740853d4b8 100644 --- a/libgomp/ChangeLog.omp +++ b/libgomp/ChangeLog.omp @@ -1,3 +1,8 @@ +2023-01-24 Thomas Schwinge + + * libgomp.texi (nvptx): Update for + 'nvptx, libgfortran: Switch out of "minimal" mode'. + 2023-01-20 Thomas Schwinge * testsuite/libgomp.fortran/target-print-1.f90: Adjust.