From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2168) id AF4903858C53; Thu, 5 Jan 2023 00:18:25 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org AF4903858C53 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1672877905; bh=VarCX6l0jOzEZ83eVP8Y6/lhKuy/nIWxeF6QieaT+3w=; h=From:To:Subject:Date:From; b=MDTlkkTYgZRxyvmaJTY7MhK5FvGfNqkzmnZZurBq1kU8iL2G3jPeJh2ehveEMSS8k HcXGinl5rpySDipCrFiGHg0A8rad3qg0bu3OeBCu5YN7sdLiBBlckLfwMXxOL/JemB 2Qje4U01htAYsQEKi85ZpL/Tubs4/CAWCUIOrC4A= MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" From: GCC Administrator To: gcc-cvs@gcc.gnu.org, libstdc++-cvs@gcc.gnu.org Subject: [gcc r13-5001] Daily bump. X-Act-Checkin: gcc X-Git-Author: GCC Administrator X-Git-Refname: refs/heads/master X-Git-Oldrev: 238e292cf5d822f3bd12d9b58eb04cf377758b2a X-Git-Newrev: faccda276841adb687b624276f781ea147c65445 Message-Id: <20230105001825.AF4903858C53@sourceware.org> Date: Thu, 5 Jan 2023 00:18:25 +0000 (GMT) List-Id: https://gcc.gnu.org/g:faccda276841adb687b624276f781ea147c65445 commit r13-5001-gfaccda276841adb687b624276f781ea147c65445 Author: GCC Administrator Date: Thu Jan 5 00:17:41 2023 +0000 Daily bump. Diff: --- ChangeLog | 4 ++++ gcc/ChangeLog | 32 ++++++++++++++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/cp/ChangeLog | 12 ++++++++++++ gcc/lto/ChangeLog | 5 +++++ gcc/m2/ChangeLog | 19 +++++++++++++++++++ gcc/testsuite/ChangeLog | 29 +++++++++++++++++++++++++++++ libgm2/ChangeLog | 18 ++++++++++++++++++ libstdc++-v3/ChangeLog | 14 ++++++++++++++ 9 files changed, 134 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 68f50e9ffe0..46f6e72a797 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2023-01-04 Gaius Mulley + + * MAINTAINERS: Add Gaius Mulley as Modula-2 front-end maintainer. + 2022-12-31 Iain Sandoe * Makefile.def: Do not build shared libffi. diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 0191f9224eb..50218d04510 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,35 @@ +2023-01-04 Jakub Jelinek + + PR tree-optimization/108253 + * tree-vrp.cc (maybe_set_nonzero_bits): Handle var with pointer + types. + +2023-01-04 Jakub Jelinek + + PR middle-end/108237 + * generic-match-head.cc: Include tree-pass.h. + (canonicalize_math_p, optimize_vectors_before_lowering_p): Define + to false if cfun and cfun->curr_properties has PROP_gimple_opt_math + resp. PROP_gimple_lvec property set. + +2023-01-04 Jakub Jelinek + + PR sanitizer/108256 + * convert.cc (do_narrow): Punt for MULT_EXPR if original + type doesn't wrap around and -fsanitize=signed-integer-overflow + is on. + * fold-const.cc (fold_unary_loc) : Likewise. + +2023-01-04 Hu, Lin1 + + * common/config/i386/cpuinfo.h (get_intel_cpu): Handle Emeraldrapids. + * common/config/i386/i386-common.cc: Add Emeraldrapids. + +2023-01-04 Hu, Lin1 + + * common/config/i386/cpuinfo.h (get_intel_cpu): Remove case 0xb5 + for meteorlake. + 2023-01-03 Sandra Loosemore * cgraph.h (struct cgraph_node): Add gc_candidate bit, modify diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index 488992842fa..9d39ee8c855 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20230104 +20230105 diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 97887c90552..e72f9435035 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,15 @@ +2023-01-04 Patrick Palka + + PR c++/108282 + * decl2.cc (mark_single_function): Ignore mark_used failure + only in a non-SFINAE context rather than in a SFINAE one. + +2023-01-04 Jakub Jelinek + + PR c++/108206 + * decl.cc (merge_default_template_args): Return false if either + new_parm or old_parm are erroneous. + Copyright (C) 2023 Free Software Foundation, Inc. diff --git a/gcc/lto/ChangeLog b/gcc/lto/ChangeLog index 04760a4cb3d..3210e34f858 100644 --- a/gcc/lto/ChangeLog +++ b/gcc/lto/ChangeLog @@ -1,3 +1,8 @@ +2023-01-04 Jan Hubicka + + * lto-partition.cc (may_need_named_section_p): Clones with no body + need no remaning. + 2022-12-29 Alexandre Oliva * lto-partition.cc (lto_1_to_1_map): Drop NULL partition diff --git a/gcc/m2/ChangeLog b/gcc/m2/ChangeLog index d82771c66d7..2dbf85fcf66 100644 --- a/gcc/m2/ChangeLog +++ b/gcc/m2/ChangeLog @@ -1,3 +1,22 @@ +2023-01-04 Iain Sandoe + + PR modula2/108183 + * gm2-libs-ch/UnixArgs.cc (_M2_UnixArgs_ctor): Rework to use + an extern "C" function with 'constructor' attribute. + * gm2-libs-ch/dtoa.cc (_M2_dtoa_ctor): Likewise. + * gm2-libs-ch/ldtoa.cc (_M2_ldtoa_ctor): Likewise. + +2023-01-04 Iain Sandoe + + PR modula2/108259 + * gm2-gcc/m2decl.cc (m2decl_DeclareModuleCtor): Make module + registration constructors visible. + +2023-01-04 Iain Sandoe + + * Make-lang.in (dvi, ps, pdf): Build in the gcc/doc directory, also + use the configured tools for texi -> dvi and texi -> pdf. + 2023-01-01 Iain Sandoe Gaius Mulley diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 365de9d05ad..218732b84ed 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,32 @@ +2023-01-04 Patrick Palka + + PR c++/108282 + * g++.dg/cpp2a/concepts-requires34.C: New test. + +2023-01-04 Jakub Jelinek + + PR c++/108206 + * g++.dg/template/pr108206.C: New test. + +2023-01-04 Iain Sandoe + + * gm2/iso/pass/realbitscast.mod: Disable REAL96 on Darwin. + +2023-01-04 Jakub Jelinek + + PR tree-optimization/108253 + * g++.dg/opt/pr108253.C: New test. + +2023-01-04 Jakub Jelinek + + PR middle-end/108237 + * gcc.c-torture/compile/pr108237.c: New test. + +2023-01-04 Jakub Jelinek + + PR sanitizer/108256 + * c-c++-common/ubsan/pr108256.c: New test. + 2023-01-03 David Edelsohn * g++.dg/modules/modules.exp: Skip on AIX. diff --git a/libgm2/ChangeLog b/libgm2/ChangeLog index a443ffcb8ad..38215157e05 100644 --- a/libgm2/ChangeLog +++ b/libgm2/ChangeLog @@ -1,3 +1,21 @@ +2023-01-04 Iain Sandoe + + PR modula2/108183 + * libm2cor/KeyBoardLEDs.cc (_M2_KeyBoardLEDs_ctor): Rework to use + an extern "C" function with 'constructor' attribute. + * libm2iso/ErrnoCategory.cc (_M2_ErrnoCategory_ctor): Likewise. + * libm2iso/RTco.cc (_M2_RTco_ctor): Likewise. + * libm2pim/Selective.cc (_M2_Selective_ctor): Likewise. + * libm2pim/SysExceptions.cc (_M2_SysExceptions_ctor): Likewise. + * libm2pim/UnixArgs.cc (_M2_UnixArgs_ctor): Likewise. + * libm2pim/cgetopt.cc (_M2_cgetopt_ctor): Likewise. + * libm2pim/dtoa.cc (_M2_dtoa_ctor): Likewise. + * libm2pim/errno.cc (_M2_errno_ctor): Likewise. + * libm2pim/ldtoa.cc (_M2_ldtoa_ctor): Likewise. + * libm2pim/sckt.cc (_M2_sckt_ctor): Likewise. + * libm2pim/termios.cc (_M2_termios_ctor): Likewise. + * libm2pim/wrapc.c: Add a new line to the file end. + 2022-12-31 Iain Sandoe * configure: Regenerate. diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 97887c90552..43471e10e94 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,17 @@ +2023-01-04 Iain Sandoe + + PR libstdc++/108228 + * config/abi/pre/gnu.ver (GLIBCXX_3.4): + Add __gnu_cxx::zoneinfo_dir_override(). + +2023-01-04 Jonathan Wakely + + PR libstdc++/108258 + * include/std/array (__array_traits::operator T*()): Add + constexpr. + * testsuite/23_containers/array/element_access/constexpr_c++17.cc: Check + std::array::data(). + Copyright (C) 2023 Free Software Foundation, Inc.