From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2168) id 701EA3857706; Mon, 16 Oct 2023 00:17:46 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 701EA3857706 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1697415466; bh=nRGFhvRq+3LgYVNnkhDliY/JmlYjUKuMPPmSPtaaxCE=; h=From:To:Subject:Date:From; b=oMqu9BadRzna09IXLj423eaGoe48yIcKArD6mrCJoy8XsNqBT5cQ4+NW2IYdD0RpG NYwF0/B/RyTzJrhExRQ6nMbcQmfZeEO1YmWcViP9mgLiqtDyQxDRySFB6TaqjcBwYi CN8evjt973JTXMJWYXahrx+6N1nB+H0YLWaoIiZY= 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 r14-4652] Daily bump. X-Act-Checkin: gcc X-Git-Author: GCC Administrator X-Git-Refname: refs/heads/master X-Git-Oldrev: 643a5223f1a1860a88c215d715f079d7f846843c X-Git-Newrev: d5cfabc677b08f38ea5d5f85deeda746b4fabb88 Message-Id: <20231016001746.701EA3857706@sourceware.org> Date: Mon, 16 Oct 2023 00:17:46 +0000 (GMT) List-Id: https://gcc.gnu.org/g:d5cfabc677b08f38ea5d5f85deeda746b4fabb88 commit r14-4652-gd5cfabc677b08f38ea5d5f85deeda746b4fabb88 Author: GCC Administrator Date: Mon Oct 16 00:17:13 2023 +0000 Daily bump. Diff: --- ChangeLog | 5 +++++ gcc/ChangeLog | 38 ++++++++++++++++++++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/c-family/ChangeLog | 7 +++++++ gcc/d/ChangeLog | 16 ++++++++++++++++ gcc/fortran/ChangeLog | 6 ++++++ gcc/m2/ChangeLog | 4 ++++ gcc/testsuite/ChangeLog | 4 ++++ libgomp/ChangeLog | 17 +++++++++++++++++ libphobos/ChangeLog | 12 ++++++++++++ 10 files changed, 110 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index c7a921e503b..af92edb4abe 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2023-10-15 Mike Frysinger + + * Makefile.def: Add distclean-sim dependency on distclean-gnulib. + * Makefile.in: Regenerate. + 2023-10-11 Filip Kastl * MAINTAINERS: Fix name order. diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 5a83973ae6a..2a594904136 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,41 @@ +2023-10-15 Tobias Burnus + + * doc/invoke.texi (-fopenacc, -fopenmp, -fopenmp-simd): Use @samp not + @code; document more completely the supported Fortran sentinels. + +2023-10-15 Roger Sayle + + * optabs.cc (expand_subword_shift): Call simplify_expand_binop + instead of expand_binop. Optimize cases (i.e. avoid generating + RTL) when CARRIES or INTO_INPUT is zero. Use one_cmpl_optab + (i.e. NOT) instead of xor_optab with ~0 to calculate ~OP1. + +2023-10-15 Jakub Jelinek + + PR tree-optimization/111800 + * wide-int-print.h (print_dec_buf_size, print_decs_buf_size, + print_decu_buf_size, print_hex_buf_size): New inline functions. + * wide-int.cc (assert_deceq): Use print_dec_buf_size. + (assert_hexeq): Use print_hex_buf_size. + * wide-int-print.cc (print_decs): Use print_decs_buf_size. + (print_decu): Use print_decu_buf_size. + (print_hex): Use print_hex_buf_size. + (pp_wide_int_large): Use print_dec_buf_size. + * value-range.cc (irange_bitmask::dump): Use print_hex_buf_size. + * value-range-pretty-print.cc (vrange_printer::print_irange_bitmasks): + Likewise. + * tree-ssa-loop-niter.cc (do_warn_aggressive_loop_optimizations): Use + print_dec_buf_size. Use TYPE_SIGN macro in print_dec call argument. + +2023-10-15 Stefan Schulze Frielinghaus + + * combine.cc (simplify_compare_const): Fix handling of unsigned + constants. + +2023-10-15 Juzhe-Zhong + + * config/riscv/vector-iterators.md: Fix vsingle incorrect attribute for RVVM2x2QI. + 2023-10-14 Tobias Burnus * gimplify.cc (gimplify_bind_expr): Handle Fortran's diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index 16b55e796ac..2638d56830a 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20231015 +20231016 diff --git a/gcc/c-family/ChangeLog b/gcc/c-family/ChangeLog index 871c440a639..b4b1b908c63 100644 --- a/gcc/c-family/ChangeLog +++ b/gcc/c-family/ChangeLog @@ -1,3 +1,10 @@ +2023-10-15 Jakub Jelinek + + PR tree-optimization/111800 + * c-warn.cc (match_case_to_enum_1): Assert w.get_precision () + is smaller or equal to WIDE_INT_MAX_INL_PRECISION rather than + w.get_len () is smaller or equal to WIDE_INT_MAX_INL_ELTS. + 2023-10-12 Jakub Jelinek PR c/102989 diff --git a/gcc/d/ChangeLog b/gcc/d/ChangeLog index 2ab2b4bd052..90749a40282 100644 --- a/gcc/d/ChangeLog +++ b/gcc/d/ChangeLog @@ -1,3 +1,19 @@ +2023-10-15 Iain Buclaw + + * dmd/MERGE: Merge upstream dmd f9efc98fd7. + * dmd/VERSION: Bump version to v2.105.2. + * d-builtins.cc (build_frontend_type): Update for new front-end + interface. + * d-diagnostic.cc (verrorReport): Don't emit tips when error gagging + is turned on. + * d-lang.cc (d_handle_option): Remove obsolete parameter. + (d_post_options): Likewise. + (d_read_ddoc_files): New function. + (d_generate_ddoc_file): New function. + (d_parse_file): Update for new front-end interface. + * expr.cc (ExprVisitor::visit (AssocArrayLiteralExp *)): Check for new + front-end lowering of static associative arrays. + 2023-10-14 Iain Buclaw PR d/111537 diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index c8fa70b5e3d..523e44a2d66 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,3 +1,9 @@ +2023-10-15 Tobias Burnus + + * scanner.cc (skip_free_comments, skip_fixed_comments): Remove + leftover 'OpenACC' from comments about OpenMP's conditional + compilation sentinel. + 2023-10-14 Tobias Burnus * gfortran.h (ext_attr_t): Add omp_allocate flag. diff --git a/gcc/m2/ChangeLog b/gcc/m2/ChangeLog index dc598191d82..ee27f8eff28 100644 --- a/gcc/m2/ChangeLog +++ b/gcc/m2/ChangeLog @@ -1,3 +1,7 @@ +2023-10-15 Gaius Mulley + + * Make-lang.in (m2.tags): New rule. + 2023-10-11 Gaius Mulley * gm2-compiler/M2GCCDeclare.mod (DeclareSubrange): Check diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 693652aefcf..fff191ef11c 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2023-10-15 Iain Buclaw + + * lib/gdc-utils.exp (gdc-convert-args): Handle new compiler options. + 2023-10-14 Iain Buclaw PR d/111537 diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog index 8180fb74c3f..607786cd7ef 100644 --- a/libgomp/ChangeLog +++ b/libgomp/ChangeLog @@ -1,3 +1,20 @@ +2023-10-15 Tobias Burnus + + * libgomp.texi (Enabling OpenMP): Update for C/C++ attributes; + improve wording especially for Fortran; mention -fopenmp-simd. + (Enabling OpenACC): Minor cleanup; remove conditional compilation + sentinel. + +2023-10-15 Tobias Burnus + + * libgomp.texi (ACC_DEVICE_TYPE, ACC_DEVICE_NUM, ACC_PROFLIB): + Actually document what the function does. + (GCC_ACC_NOTIFY): Remove unused env var. + +2023-10-15 Tobias Burnus + + * libgomp.texi: Replace most future tense by present tense. + 2023-10-14 Tobias Burnus * testsuite/libgomp.fortran/allocate-6.f90: Add missing diff --git a/libphobos/ChangeLog b/libphobos/ChangeLog index c455e3ed232..de5cbfafc6e 100644 --- a/libphobos/ChangeLog +++ b/libphobos/ChangeLog @@ -1,3 +1,15 @@ +2023-10-15 Iain Buclaw + + * libdruntime/MERGE: Merge upstream druntime f9efc98fd7. + * libdruntime/Makefile.am (DRUNTIME_DSOURCES): Add + core/internal/newaa.d. + * libdruntime/Makefile.in: Regenerate. + * src/MERGE: Merge upstream phobos a3f22129d. + * testsuite/libphobos.hash/test_hash.d: Update test. + * testsuite/libphobos.phobos/phobos.exp: Add compiler flags + -Wno-deprecated. + * testsuite/libphobos.phobos_shared/phobos_shared.exp: Likewise. + 2023-09-23 Iain Buclaw * libdruntime/MERGE: Merge upstream druntime 4574d1728d.