From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2168) id E7E873858C55; Sun, 30 Oct 2022 00:17:11 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E7E873858C55 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1667089032; bh=4Tvsrlef+7M4YhfriobgFpiGkMx4Z0j2zkZKe0Op1FI=; h=From:To:Subject:Date:From; b=PRNoZWJk0pBcjzM7Ex5zRdpE1X3k6mZlCNI1Hhh2fiS5UkZjh2Xqsh/b+884W9E1j KXrB58scE8nOukg1ZEWFv0dQMtavTMFywf5N+/dI+GbJHjrIrj45bRpELTAulMMPKf YU0DMejy+SshNOfpjJMEP2pqY47/kqMoNse/nc5M= MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" From: GCC Administrator To: gcc-cvs@gcc.gnu.org Subject: [gcc r13-3563] Daily bump. X-Act-Checkin: gcc X-Git-Author: GCC Administrator X-Git-Refname: refs/heads/master X-Git-Oldrev: 7f067400109efa816d68d13bae1a3d20297ad51b X-Git-Newrev: f36bba013361d8d4f9c7237c3307630de0cc0416 Message-Id: <20221030001712.E7E873858C55@sourceware.org> Date: Sun, 30 Oct 2022 00:17:11 +0000 (GMT) List-Id: https://gcc.gnu.org/g:f36bba013361d8d4f9c7237c3307630de0cc0416 commit r13-3563-gf36bba013361d8d4f9c7237c3307630de0cc0416 Author: GCC Administrator Date: Sun Oct 30 00:16:29 2022 +0000 Daily bump. Diff: --- gcc/ChangeLog | 64 +++++++++++++++++++++++++++++++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/d/ChangeLog | 29 ++++++++++++++++++++++ gcc/lto/ChangeLog | 4 ++++ gcc/testsuite/ChangeLog | 24 +++++++++++++++++++ libphobos/ChangeLog | 5 ++++ 6 files changed, 127 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 27e2c4963ee..82da4454f7b 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,67 @@ +2022-10-29 Eric Botcazou + + * configure.ac (sjlj-exceptions): Restore dropped line. + * configure: Regenerate. + +2022-10-29 Eric Botcazou + + * alias.cc (init_alias_analysis): Do not record sets to the hard + frame pointer if the frame pointer has not been eliminated. + +2022-10-29 Iain Buclaw + + * config/darwin-d.cc (TARGET_D_MINFO_START_NAME): Rename to ... + (TARGET_D_MINFO_SECTION_START): ...this. + (TARGET_D_MINFO_END_NAME): Rename to ... + (TARGET_D_MINFO_SECTION_END): ... this. + * config/elfos.h (TARGET_D_MINFO_SECTION): Remove. + (TARGET_D_MINFO_START_NAME): Remove. + (TARGET_D_MINFO_END_NAME): Remove. + * config/i386/cygwin-d.cc (TARGET_D_MINFO_SECTION): Remove. + (TARGET_D_MINFO_START_NAME): Remove. + (TARGET_D_MINFO_END_NAME): Remove. + * config/i386/winnt-d.cc (TARGET_D_MINFO_SECTION): Remove. + (TARGET_D_MINFO_START_NAME): Remove. + (TARGET_D_MINFO_END_NAME): Remove. + * doc/tm.texi: Regenerate. + * doc/tm.texi.in (TARGET_D_MINFO_START_NAME): Rename to ... + (TARGET_D_MINFO_SECTION_START): ...this. + (TARGET_D_MINFO_END_NAME): Rename to ... + (TARGET_D_MINFO_SECTION_END): ...this. + +2022-10-29 Iain Buclaw + + * config.gcc: Split out glibc-d.o into linux-d.o, kfreebsd-d.o, + kopensolaris-d.o, and gnu-d.o. Split out cygwin-d.o from winnt-d.o. + * config/arm/linux-eabi.h (EXTRA_TARGET_D_OS_VERSIONS): Remove. + * config/gnu.h (GNU_USER_TARGET_D_OS_VERSIONS): Remove. + * config/i386/cygwin.h (EXTRA_TARGET_D_OS_VERSIONS): Remove. + * config/i386/linux-common.h (EXTRA_TARGET_D_OS_VERSIONS): Remove. + * config/i386/mingw32.h (EXTRA_TARGET_D_OS_VERSIONS): Remove. + * config/i386/t-cygming: Add cygwin-d.o. + * config/i386/winnt-d.cc (winnt_d_os_builtins): Only add + MinGW-specific version condition. + * config/kfreebsd-gnu.h (GNU_USER_TARGET_D_OS_VERSIONS): Remove. + * config/kopensolaris-gnu.h (GNU_USER_TARGET_D_OS_VERSIONS): Remove. + * config/linux-android.h (ANDROID_TARGET_D_OS_VERSIONS): Remove. + * config/linux.h (GNU_USER_TARGET_D_OS_VERSIONS): Remove. + * config/mips/linux-common.h (EXTRA_TARGET_D_OS_VERSIONS): Remove. + * config/t-glibc: Remove glibc-d.o, add gnu-d.o, kfreebsd-d.o, + kopensolaris-d.o. + * config/t-linux: Add linux-d.o. + * config/glibc-d.cc: Remove file. + * config/gnu-d.cc: New file. + * config/i386/cygwin-d.cc: New file. + * config/kfreebsd-d.cc: New file. + * config/kopensolaris-d.cc: New file. + * config/linux-d.cc: New file. + +2022-10-29 Jeff Law + + * config/h8300/h8300.cc (pre_incdec_with_reg): Make reg argument + an unsigned int + * config/h8300/h8300-protos.h (pre_incdec_with_reg): Adjust prototype. + 2022-10-28 Joseph Myers * config/aarch64/aarch64.cc (aarch64_setup_incoming_varargs): diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index 06511cc68c5..1440bc55c69 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20221029 +20221030 diff --git a/gcc/d/ChangeLog b/gcc/d/ChangeLog index 434c1c67c41..888d82ba2d9 100644 --- a/gcc/d/ChangeLog +++ b/gcc/d/ChangeLog @@ -1,3 +1,32 @@ +2022-10-29 Iain Buclaw + + * d-attribs.cc (apply_user_attributes): Update for new front-end + interface. + * d-builtins.cc (d_init_versions): Predefine `D_Optimized' with + compiling with optimizations enabled. + * d-lang.cc (d_handle_option): Update for new front-end interface. + Handle new option `-fpreview=systemvariables'. + * dmd/MERGE: Merge upstream dmd e4f8919591. + * dmd/VERSION: Bump version to v2.101.0-beta.1. + * expr.cc (ExprVisitor::visit (AssignExp *)): Treat construction of + static arrays from a call expression as a simple assignment. + (ExprVisitor::visit (ArrayLiteralExp *)): Handle array literals with + `scope' storage. + * gdc.texi: Update documentation of `-fpreview=' options. + * lang.opt (fpreview=shortenedmethods): Remove. + (fpreview=systemvariables): New option. + +2022-10-29 Iain Buclaw + + * d-target.def (d_minfo_section): Expand documentation of hook. + Default initialize to "minfo". + (d_minfo_start_name): Rename to ... + (d_minfo_section_start): ... this. Default initialize to + "__start_minfo". + (d_minfo_end_name): Rename to ... + (d_minfo_section_end): ... this. Default initialize to "__stop_minfo". + * modules.cc (register_moduleinfo): Use new targetdm hook names. + 2022-09-27 Iain Buclaw * dmd/MERGE: Merge upstream dmd d579c467c1. diff --git a/gcc/lto/ChangeLog b/gcc/lto/ChangeLog index b350d50d865..3ede4678412 100644 --- a/gcc/lto/ChangeLog +++ b/gcc/lto/ChangeLog @@ -1,3 +1,7 @@ +2022-10-29 Thomas Schwinge + + * lang.opt: Better separate 'LTO' vs. 'LTODump'. + 2022-10-28 Joseph Myers * lto-common.cc (compare_tree_sccs_1): Compare diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 90c3b923f57..6e6635e546d 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,27 @@ +2022-10-29 Iain Buclaw + + * gdc.dg/simd19630.d: Move tests with errors to ... + * gdc.dg/simd19630b.d: ... here. New test. + * gdc.dg/simd19630c.d: New test. + * gdc.dg/simd_ctfe.d: Removed. + * gdc.dg/simd18867.d: New test. + * gdc.dg/simd19788.d: New test. + * gdc.dg/simd21469.d: New test. + * gdc.dg/simd21672.d: New test. + * gdc.dg/simd23077.d: New test. + * gdc.dg/simd23084.d: New test. + * gdc.dg/simd23085.d: New test. + * gdc.dg/torture/simd19632.d: New test. + * gdc.dg/torture/simd20041.d: New test. + * gdc.dg/torture/simd21673.d: New test. + * gdc.dg/torture/simd21676.d: New test. + * gdc.dg/torture/simd22438.d: New test. + * gdc.dg/torture/simd23009.d: New test. + * gdc.dg/torture/simd23077.d: New test. + * gdc.dg/torture/simd8.d: New test. + * gdc.dg/torture/simd9.d: New test. + * gdc.dg/torture/simd_prefetch.d: New test. + 2022-10-28 Marek Polacek * g++.dg/warn/Wdangling-reference4.C: New test. diff --git a/libphobos/ChangeLog b/libphobos/ChangeLog index 7d4582e6a98..d3bdedda3b7 100644 --- a/libphobos/ChangeLog +++ b/libphobos/ChangeLog @@ -1,3 +1,8 @@ +2022-10-29 Iain Buclaw + + * libdruntime/MERGE: Merge upstream druntime e4f8919591. + * src/MERGE: Merge upstream phobos 3ad507b51. + 2022-10-12 Martin Liska * configure: Regenerate.