From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2168) id D80C93858D20; Tue, 20 Feb 2024 00:18:32 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D80C93858D20 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1708388312; bh=8kwJTf6+tFikMEhHIUm65fueZrf5PTJY0fX97rgqXbY=; h=From:To:Subject:Date:From; b=P4SUbUvF25XsV0PnSV8DY/8FBJ5FxCmeaTER7CbPNLMes0qLe1ycqwZ9RlwoiHv6G BYWMD0gZy1RU48B3mJLPIkrGbjzdeGRqgS6dc1nwB5flBNBMvk7OzDqas3HfGYqN5r NifK/jUWDs32m4qNbojDSn/3yfn1UeE0tjYCXiJA= MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="utf-8" From: GCC Administrator To: gcc-cvs@gcc.gnu.org, libstdc++-cvs@gcc.gnu.org Subject: [gcc r14-9077] Daily bump. X-Act-Checkin: gcc X-Git-Author: GCC Administrator X-Git-Refname: refs/heads/master X-Git-Oldrev: 5651ad62b08096a155a7e394c7494f5ff1c04f4f X-Git-Newrev: 524902784662306f11fb37ccb1956af9bb3d9784 Message-Id: <20240220001832.D80C93858D20@sourceware.org> Date: Tue, 20 Feb 2024 00:18:32 +0000 (GMT) List-Id: https://gcc.gnu.org/g:524902784662306f11fb37ccb1956af9bb3d9784 commit r14-9077-g524902784662306f11fb37ccb1956af9bb3d9784 Author: GCC Administrator Date: Tue Feb 20 00:17:58 2024 +0000 Daily bump. Diff: --- gcc/ChangeLog | 38 +++++++++++++++ gcc/DATESTAMP | 2 +- gcc/analyzer/ChangeLog | 15 ++++++ gcc/cp/ChangeLog | 7 +++ gcc/m2/ChangeLog | 127 ++++++++++++++++++++++++++++++++++++++++++++++++ gcc/po/ChangeLog | 6 +++ gcc/testsuite/ChangeLog | 68 ++++++++++++++++++++++++++ libcpp/po/ChangeLog | 10 ++++ libiberty/ChangeLog | 7 +++ libstdc++-v3/ChangeLog | 10 ++++ 10 files changed, 289 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 676f05b6317e..9b7af8f4fff1 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,41 @@ +2024-02-19 Iain Sandoe + + * config/aarch64/aarch64-builtins.cc (aarch64_init_rng_builtins): + Register these builtins with a pointer to uint64_t rather than unsigned + DI mode. + +2024-02-19 Thomas Schwinge + + PR target/113615 + * config/gcn/gcn-valu.md (define_expand "reduc__scal_"): + Conditionalize on '!TARGET_RDNA2_PLUS'. + * config/gcn/gcn.cc (gcn_expand_dpp_shr_insn) + (gcn_expand_reduc_scalar): + 'gcc_checking_assert (!TARGET_RDNA2_PLUS);'. + +2024-02-19 Thomas Schwinge + + * config/gcn/gcn.h (TARGET_CPU_CPP_BUILTINS): Restore lost + '__gfx90a__' target CPU definition. Add some safeguards for the future. + +2024-02-19 Richard Biener + + PR rtl-optimization/54052 + * rtl-ssa/blocks.cc (function_info::place_phis): Filter + local defs by LR_OUT. + +2024-02-19 Jakub Jelinek + + PR tree-optimization/113967 + * match.pd (bit_insert @0 (BIT_FIELD_REF @1 ..) ..): Require + in condition that @rpos is multiple of vector element size. + +2024-02-19 Juzhe-Zhong + + PR target/113696 + * config/riscv/riscv-vsetvl.cc (pre_vsetvl::earliest_fuse_vsetvl_info): + Suppress vsetvl fusion. + 2024-02-18 H.J. Lu PR target/113912 diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index c378bfd8de0b..32129b838adb 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20240219 +20240220 diff --git a/gcc/analyzer/ChangeLog b/gcc/analyzer/ChangeLog index 1ecdc36afce9..d8165bbb86d9 100644 --- a/gcc/analyzer/ChangeLog +++ b/gcc/analyzer/ChangeLog @@ -1,3 +1,18 @@ +2024-02-19 David Malcolm + + PR analyzer/111289 + * varargs.cc (representable_in_integral_type_p): New. + (va_arg_compatible_types_p): Add "arg_sval" param. Handle integer + types. + (kf_va_arg::impl_call_pre): Pass arg_sval to + va_arg_compatible_types_p. + +2024-02-19 Andrew Pinski + + PR analyzer/113983 + * region-model-manager.cc (maybe_undo_optimize_bit_field_compare): Reject + non integral types. + 2024-02-15 David Malcolm PR analyzer/111266 diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index f7c8dca0e5e8..387e41e9033c 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,10 @@ +2024-02-19 Patrick Palka + + PR c++/113966 + * constraint.cc (tsubst_compound_requirement): Don't check + the noexcept condition or the return-type-requirement when + partially substituting. + 2024-02-17 Marek Polacek PR c++/113158 diff --git a/gcc/m2/ChangeLog b/gcc/m2/ChangeLog index e17187e133d1..6c075b2b917a 100644 --- a/gcc/m2/ChangeLog +++ b/gcc/m2/ChangeLog @@ -1,3 +1,130 @@ +2024-02-19 Gaius Mulley + + PR modula2/113889 + * gm2-compiler/M2ALU.mod (StringFitsArray): Add tokeno parameter + to GetStringLength. + (InitialiseArrayOfCharWithString): Add tokeno parameter to + GetStringLength. + (CheckGetCharFromString): Add tokeno parameter to GetStringLength. + * gm2-compiler/M2Const.mod (constResolveViaMeta): Replace + PutConstString with PutConstStringKnown. + * gm2-compiler/M2GCCDeclare.mod (DeclareCharConstant): Add tokenno + parameter and add assert. Use tokenno to generate location. + (DeclareStringConstant): Add tokenno and add asserts. + Add tokenno parameter to calls to GetStringLength. + (PromoteToString): Add assert and add tokenno parameter to + GetStringLength. + (PromoteToCString): Add assert and add tokenno parameter to + GetStringLength. + (DeclareConstString): New procedure function. + (TryDeclareConst): Remove size local variable. + Check IsConstStringKnown. + Call DeclareConstString. + (PrintString): New procedure. + (PrintVerboseFromList): Call PrintString. + (CheckResolveSubrange): Check IsConstStringKnown before creating + subrange for char or issuing an error. + * gm2-compiler/M2GenGCC.mod (ResolveConstantExpressions): Add + StringLengthOp, StringConvertM2nulOp, StringConvertCnulOp case + clauses. + (FindSize): Add assert IsConstStringKnown. + (StringToChar): New variable tokenno. + Add tokenno parameter to GetStringLength. + (FoldStringLength): New procedure. + (FoldStringConvertM2nul): New procedure. + (FoldStringConvertCnul): New procedure. + (CodeAddr): Add tokenno parameter. + Replace CurrentQuadToken with tokenno. + Add tokenno parameter to GetStringLength. + (PrepareCopyString): Rewrite. + (IsConstStrKnown): New procedure function. + (FoldAdd): Detect conststring op2 and op3 which are known and + concat. Place result into op1. + (FoldStandardFunction): Pass tokenno as a parameter to + GetStringLength. + (CodeXIndr): Rewrite comment. + Rename op1 to left, op3 to right. + Pass rightpos to GetStringLength. + * gm2-compiler/M2Quads.def (QuadrupleOp): Add + StringConvertCnulOp, StringConvertM2nulOp and StringLengthOp. + * gm2-compiler/M2Quads.mod (import): Remove MakeConstLitString. + Add CopyConstString and PutConstStringKnown. + (IsInitialisingConst): Add StringConvertCnulOp, + StringConvertM2nulOp and StringLengthOp. + (callRequestDependant): Replace MakeConstLitString with + MakeConstString. + (DeferMakeConstStringCnul): New procedure function. + (DeferMakeConstStringM2nul): New procedure function. + (CheckParameter): Add early return if the string const is unknown. + (DescribeType): Add token parameter to GetStringLength. + Check for IsConstStringKnown. + (ManipulateParameters): Use DeferMakeConstStringCnul and + DeferMakeConstStringM2nul. + (MakeLengthConst): Remove and replace with... + (DeferMakeLengthConst): ... this. + (doBuildBinaryOp): Create ConstString and set it to contents + unknown. + Check IsConstStringKnown before generating error message. + (WriteQuad): Add StringConvertCnulOp, StringConvertM2nulOp and + StringLengthOp. + (WriteOperator): Add StringConvertCnulOp, StringConvertM2nulOp and + StringLengthOp. + * gm2-compiler/M2SymInit.mod (CheckReadBeforeInitQuad): Add + StringConvertCnulOp, StringConvertM2nulOp and StringLengthOp. + * gm2-compiler/NameKey.mod (LengthKey): Allow NulName to return 0. + * gm2-compiler/P2SymBuild.mod (BuildString): Replace + MakeConstLitString with MakeConstString. + (DetermineType): Replace PutConstString with PutConstStringKnown. + * gm2-compiler/SymbolTable.def (MakeConstVar): Tidy up comment. + (MakeConstLitString): Remove. + (MakeConstString): New procedure function. + (MakeConstStringCnul): New procedure function. + (MakeConstStringM2nul): New procedure function. + (PutConstStringKnown): New procedure. + (CopyConstString): New procedure. + (IsConstStringKnown): New procedure function. + (IsConstStringM2): New procedure function. + (IsConstStringC): New procedure function. + (IsConstStringM2nul): New procedure function. + (IsConstStringCnul): New procedure function. + (GetStringLength): Add token parameter. + (PutConstString): Remove. + (GetConstStringM2): Remove. + (GetConstStringC): Remove. + (GetConstStringM2nul): Remove. + (GetConstStringCnul): Remove. + (MakeConstStringC): Remove. + * gm2-compiler/SymbolTable.mod (SymConstString): Remove + M2Variant, NulM2Variant, CVariant, NulCVariant. + Add Known. + (CheckAnonymous): Replace $$ with __anon. + (IsNameAnonymous): Replace $$ with __anon. + (MakeConstVar): Detect whether the name is nul and treat as + a temporary constant. + (MakeConstLitString): Remove. + (BackFillString): Remove. + (InitConstString): Rewrite. + (GetConstStringM2): Remove. + (GetConstStringC): Remove. + (GetConstStringContent): New procedure function. + (GetConstStringM2nul): Remove. + (GetConstStringCnul): Remove. + (MakeConstStringCnul): Rewrite. + (MakeConstStringM2nul): Rewrite. + (MakeConstStringC): Remove. + (MakeConstString): Rewrite. + (PutConstStringKnown): New procedure. + (CopyConstString): New procedure. + (PutConstString): Remove. + (IsConstStringKnown): New procedure function. + (IsConstStringM2): New procedure function. + (IsConstStringC): Rewrite. + (IsConstStringM2nul): Rewrite. + (IsConstStringCnul): Rewrite. + (GetConstStringKind): New procedure function. + (GetString): Check Known. + (GetStringLength): Add token parameter and check Known. + 2024-02-10 Gaius Mulley PR modula2/113848 diff --git a/gcc/po/ChangeLog b/gcc/po/ChangeLog index c8669c926a5b..c6225cb8be06 100644 --- a/gcc/po/ChangeLog +++ b/gcc/po/ChangeLog @@ -1,3 +1,9 @@ +2024-02-19 Joseph Myers + + * be.po, da.po, de.po, el.po, es.po, fi.po, fr.po, hr.po, id.po, + ja.po, nl.po, ru.po, sr.po, sv.po, tr.po, uk.po, vi.po, zh_CN.po, + zh_TW.po: Update. + 2024-02-16 Joseph Myers * gcc.pot: Regenerate. diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 5cb108c8ace7..385b929d1f4d 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,71 @@ +2024-02-19 David Malcolm + + PR analyzer/111289 + * c-c++-common/analyzer/stdarg-pr111289-int.c: New test. + * c-c++-common/analyzer/stdarg-pr111289-ptr.c: New test. + +2024-02-19 David Malcolm + + PR analyzer/110520 + * c-c++-common/analyzer/null-deref-pr110520.c: New test. + +2024-02-19 Andrew Pinski + + PR analyzer/113983 + * gcc.dg/analyzer/torture/vector-extract-1.c: New test. + +2024-02-19 Patrick Palka + + PR c++/113966 + * g++.dg/cpp2a/concepts-friend17.C: New test. + +2024-02-19 Andre Simoes Dias Vieira + + * gcc.dg/bitint-86.c (__seg_gs): Replace with SEG MACRO. + +2024-02-19 Gaius Mulley + + PR modula2/113889 + * gm2/pim/run/pass/pim-run-pass.exp: Add filter for + constdef.mod. + * gm2/extensions/run/pass/callingc2.mod: New test. + * gm2/extensions/run/pass/callingc3.mod: New test. + * gm2/extensions/run/pass/callingc4.mod: New test. + * gm2/extensions/run/pass/callingc5.mod: New test. + * gm2/extensions/run/pass/callingc6.mod: New test. + * gm2/extensions/run/pass/callingc7.mod: New test. + * gm2/extensions/run/pass/callingc8.mod: New test. + * gm2/extensions/run/pass/fixedarray.mod: New test. + * gm2/extensions/run/pass/fixedarray2.mod: New test. + * gm2/pim/run/pass/constdef.def: New test. + * gm2/pim/run/pass/constdef.mod: New test. + * gm2/pim/run/pass/testimportconst.mod: New test. + +2024-02-19 Iain Buclaw + + * gdc.dg/bom_UTF16BE.d: New test. + * gdc.dg/bom_UTF16LE.d: New test. + * gdc.dg/bom_UTF32BE.d: New test. + * gdc.dg/bom_UTF32LE.d: New test. + * gdc.dg/bom_UTF8.d: New test. + * gdc.dg/bom_characters.d: New test. + * gdc.dg/bom_error_UTF8.d: New test. + * gdc.dg/bom_infer_UTF16BE.d: New test. + * gdc.dg/bom_infer_UTF16LE.d: New test. + * gdc.dg/bom_infer_UTF32BE.d: New test. + * gdc.dg/bom_infer_UTF32LE.d: New test. + * gdc.dg/bom_infer_UTF8.d: New test. + +2024-02-19 Jakub Jelinek + + PR tree-optimization/113967 + * gcc.dg/pr113967.c: New test. + +2024-02-19 Juzhe-Zhong + + PR target/113696 + * gcc.target/riscv/rvv/vsetvl/pr113696.c: New test. + 2024-02-18 H.J. Lu PR target/113912 diff --git a/libcpp/po/ChangeLog b/libcpp/po/ChangeLog index 18d025a92158..913b0d07455d 100644 --- a/libcpp/po/ChangeLog +++ b/libcpp/po/ChangeLog @@ -1,3 +1,13 @@ +2024-02-19 Joseph Myers + + * es.po: Update. + +2024-02-19 Joseph Myers + + * be.po, ca.po, da.po, de.po, el.po, eo.po, es.po, fi.po, fr.po, + id.po, ja.po, ka.po, nl.po, pt_BR.po, ro.po, ru.po, sr.po, sv.po, + tr.po, uk.po, vi.po, zh_CN.po, zh_TW.po: Update. + 2024-02-16 Joseph Myers * cpplib.pot: Regenerate. diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index 56e79ec0d62a..868f799955b6 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,3 +1,10 @@ +2024-02-19 Iain Sandoe + + PR other/113957 + * pex-unix.c (pex_unix_exec_child): Set pid = -1 in the error + paths, since that is used to signal an erroneous outcome for + the routine. + 2024-02-15 Richard Biener * hashtab.c (iterative_hash): Remove TBAA violating handling diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 9ab80b82aad4..d21bffc0e38f 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,13 @@ +2024-02-19 Iain Sandoe + Jonathan Wakely + + PR target/112397 + * configure: Regenerate. + * configure.ac: Detect if we are building for Darwin. + * libsupc++/Makefile.am: If we are building for Darwin, then + suppress hot/cold partitioning for the array allocators. + * libsupc++/Makefile.in: Regenerated. + 2024-02-17 François Dumont * include/bits/stl_algobase.h (std::__niter_base): Redefine the overload