]> gcc.gnu.org Git - gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 16 Oct 2023 00:17:13 +0000 (00:17 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 16 Oct 2023 00:17:13 +0000 (00:17 +0000)
ChangeLog
gcc/ChangeLog
gcc/DATESTAMP
gcc/c-family/ChangeLog
gcc/d/ChangeLog
gcc/fortran/ChangeLog
gcc/m2/ChangeLog
gcc/testsuite/ChangeLog
libgomp/ChangeLog
libphobos/ChangeLog

index c7a921e503b91a360b3422c20f4f268f0ae537ee..af92edb4abe73ff8fb167a4573752941230c9bfa 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2023-10-15  Mike Frysinger  <vapier@gentoo.org>
+
+       * Makefile.def: Add distclean-sim dependency on distclean-gnulib.
+       * Makefile.in: Regenerate.
+
 2023-10-11  Filip Kastl  <fkastl@suse.cz>
 
        * MAINTAINERS: Fix name order.
index 5a83973ae6a33484869de3b6221a9b653bfd9e91..2a5949041366316882ad2f2588fba0170f71fbb8 100644 (file)
@@ -1,3 +1,41 @@
+2023-10-15  Tobias Burnus  <tobias@codesourcery.com>
+
+       * doc/invoke.texi (-fopenacc, -fopenmp, -fopenmp-simd): Use @samp not
+       @code; document more completely the supported Fortran sentinels.
+
+2023-10-15  Roger Sayle  <roger@nextmovesoftware.com>
+
+       * 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  <jakub@redhat.com>
+
+       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  <stefansf@linux.ibm.com>
+
+       * combine.cc (simplify_compare_const): Fix handling of unsigned
+       constants.
+
+2023-10-15  Juzhe-Zhong  <juzhe.zhong@rivai.ai>
+
+       * config/riscv/vector-iterators.md: Fix vsingle incorrect attribute for RVVM2x2QI.
+
 2023-10-14  Tobias Burnus  <tobias@codesourcery.com>
 
        * gimplify.cc (gimplify_bind_expr): Handle Fortran's
index 16b55e796acc668b5721e2d93831c695f1dffb34..2638d56830afbb76acab66ffafe77b207cab5231 100644 (file)
@@ -1 +1 @@
-20231015
+20231016
index 871c440a639cf782391c2c0e10747660f72bc4d0..b4b1b908c6345acdc05be705cf3c532842cdda70 100644 (file)
@@ -1,3 +1,10 @@
+2023-10-15  Jakub Jelinek  <jakub@redhat.com>
+
+       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  <jakub@redhat.com>
 
        PR c/102989
index 2ab2b4bd05232b4f216e92a63c32138694fc8292..90749a402822c0b2affbafbf5bfb4b430b287d27 100644 (file)
@@ -1,3 +1,19 @@
+2023-10-15  Iain Buclaw  <ibuclaw@gdcproject.org>
+
+       * 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  <ibuclaw@gdcproject.org>
 
        PR d/111537
index c8fa70b5e3dfeb6f8fc944e740ad3ef7dc359f13..523e44a2d668999507c74e9659d654eab14cbdce 100644 (file)
@@ -1,3 +1,9 @@
+2023-10-15  Tobias Burnus  <tobias@codesourcery.com>
+
+       * scanner.cc (skip_free_comments, skip_fixed_comments): Remove
+       leftover 'OpenACC' from comments about OpenMP's conditional
+       compilation sentinel.
+
 2023-10-14  Tobias Burnus  <tobias@codesourcery.com>
 
        * gfortran.h (ext_attr_t): Add omp_allocate flag.
index dc598191d82b9bdf15fc296840a4a6ef6dbe6a88..ee27f8eff28da60b7624532745a67f5554c32dcb 100644 (file)
@@ -1,3 +1,7 @@
+2023-10-15  Gaius Mulley  <gaiusmod2@gmail.com>
+
+       * Make-lang.in (m2.tags): New rule.
+
 2023-10-11  Gaius Mulley  <gaiusmod2@gmail.com>
 
        * gm2-compiler/M2GCCDeclare.mod (DeclareSubrange): Check
index 693652aefcfc0009813bcf9ddfcf92ce2eadb5d6..fff191ef11cddc1bee1fc4cde2c2d93db04408dd 100644 (file)
@@ -1,3 +1,7 @@
+2023-10-15  Iain Buclaw  <ibuclaw@gdcproject.org>
+
+       * lib/gdc-utils.exp (gdc-convert-args): Handle new compiler options.
+
 2023-10-14  Iain Buclaw  <ibuclaw@gdcproject.org>
 
        PR d/111537
index 8180fb74c3f16759ef3bf3b9bcd9d854f4377424..607786cd7eff9d1629c284a8f1eedbd6aead093f 100644 (file)
@@ -1,3 +1,20 @@
+2023-10-15  Tobias Burnus  <tobias@codesourcery.com>
+
+       * 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  <tobias@codesourcery.com>
+
+       * 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  <tobias@codesourcery.com>
+
+       * libgomp.texi: Replace most future tense by present tense.
+
 2023-10-14  Tobias Burnus  <tobias@codesourcery.com>
 
        * testsuite/libgomp.fortran/allocate-6.f90: Add missing
index c455e3ed232b7a08f44e09bf1ef985c1aabf8a0b..de5cbfafc6ed9ff54db4e040da260bab71422760 100644 (file)
@@ -1,3 +1,15 @@
+2023-10-15  Iain Buclaw  <ibuclaw@gdcproject.org>
+
+       * 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  <ibuclaw@gdcproject.org>
 
        * libdruntime/MERGE: Merge upstream druntime 4574d1728d.
This page took 0.14018 seconds and 5 git commands to generate.