Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Sat, 1 Oct 2022 00:18:00 +0000 (00:18 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Sat, 1 Oct 2022 00:18:00 +0000 (00:18 +0000)
ChangeLog
gcc/ChangeLog
gcc/DATESTAMP
gcc/c-family/ChangeLog
gcc/cp/ChangeLog
gcc/fortran/ChangeLog
gcc/testsuite/ChangeLog
libgomp/ChangeLog
libstdc++-v3/ChangeLog

index 9aee34d..439ac0e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2022-09-30  Olivier Hainque  <hainque@adacore.com>
+
+       * configure.ac (*vxworks*): If enable_shared is not
+       set, set to "no" and add --disable-shared to target and
+       host_configargs.
+       * configure: Regenerate.
+
 2022-09-26  Jeff Law  <jlaw@ventanamicro.com>
 
        * MAINTAINERS: Update my email address and DCO entry.
index 501fde8..90a9669 100644 (file)
@@ -1,3 +1,101 @@
+2022-09-30  Jeff Law  <jeffreyalaw@gmail.com>
+
+       * tree-ssa-dom.cc (single_block_loop_p): New function.
+       (record_edge_info): Also record equivalences for the outgoing
+       edge of a single block loop where the condition is an invariant.
+
+2022-09-30  Jeff Law  <jeffreyalaw@gmail.com>
+
+       * tree-ssa-dom.cc (free_dom_edge_info): Clear e->aux too.
+       (free_all_edge_infos): Do not clear e->aux here.
+
+2022-09-30  H.J. Lu  <hjl.tools@gmail.com>
+
+       * target.def (TARGET_C_EXCESS_PRECISION): Document
+       -fexcess-precision=16.
+
+2022-09-30  Palmer Dabbelt  <palmer@rivosinc.com>
+
+       * doc/tm.texi (TARGET_C_EXCESS_PRECISION): Add 16.
+
+2022-09-30  Palmer Dabbelt  <palmer@rivosinc.com>
+
+       PR target/106815
+       * config/riscv/riscv.cc (riscv_excess_precision): Add support
+       for EXCESS_PRECISION_TYPE_FLOAT16.
+
+2022-09-30  Jakub Jelinek  <jakub@redhat.com>
+
+       PR c++/107080
+       * config/arm/arm.cc (arm_mangle_type): Mangle just __fp16 as Dh
+       and _Float16 as DF16_.
+       * config/csky/csky.cc (csky_init_builtins): Fix a comment typo.
+       (csky_mangle_type): Mangle __fp16 as Dh and _Float16 as DF16_
+       rather than mangling __fp16 as __fp16.
+
+2022-09-30  Lewis Hyatt  <lhyatt@gmail.com>
+
+       PR preprocessor/69543
+       * tree-ssa-uninit.cc (warn_uninit): Stop stripping macro tracking
+       information away from the diagnostic location.
+       (maybe_warn_read_write_only): Likewise.
+       (maybe_warn_operand): Likewise.
+
+2022-09-30  Jakub Jelinek  <jakub@redhat.com>
+
+       PR c++/107080
+       * config/aarch64/aarch64.cc (aarch64_mangle_type): Mangle just __fp16
+       as Dh and _Float16 as DF16_.
+
+2022-09-30  Jakub Jelinek  <jakub@redhat.com>
+
+       PR c++/107080
+       * config/i386/i386.cc (ix86_mangle_type): Always return NULL
+       for float128_type_node or float64x_type_node, don't check
+       float128t_type_node later on.
+       * config/ia64/ia64.cc (ia64_mangle_type): Always return NULL
+       for float128_type_node or float64x_type_node.
+       * config/rs6000/rs6000.cc (rs6000_mangle_type): Likewise.
+       Don't check float128_type_node later on.
+       * config/s390/s390.cc (s390_mangle_type): Don't use
+       TYPE_MAIN_VARIANT on type which was set to TYPE_MAIN_VARIANT
+       a few lines earlier.
+
+2022-09-30  Torbjörn SVENSSON  <torbjorn.svensson@foss.st.com>
+           Yvan ROUX   <yvan.roux@foss.st.com>
+
+       * doc/sourcebuild.texi: Document new vma_equals_lma effective
+       target check.
+
+2022-09-30  Jiawei  <jiawei@iscas.ac.cn>
+
+       * config/riscv/riscv.cc (riscv_file_start): New .option.
+       * config/riscv/riscv.opt: New options.
+       * doc/invoke.texi: New definations.
+
+2022-09-30  Kewen Lin  <linkw@linux.ibm.com>
+
+       PR target/99888
+       PR target/105649
+       * doc/invoke.texi (option -fpatchable-function-entry): Adjust the
+       documentation for PowerPC ELFv2 ABI dual entry points.
+       * config/rs6000/rs6000-internal.h
+       (rs6000_print_patchable_function_entry): New function declaration.
+       * config/rs6000/rs6000-logue.cc (rs6000_output_function_prologue):
+       Support patchable-function-entry by emitting nops before and after
+       local entry for the function that needs global entry.
+       * config/rs6000/rs6000.cc (rs6000_print_patchable_function_entry): Skip
+       the function that needs global entry till global entry has been
+       emitted.
+       * config/rs6000/rs6000.h (struct machine_function): New bool member
+       global_entry_emitted.
+
+2022-09-30  Richard Biener  <rguenther@suse.de>
+
+       PR tree-optimization/107095
+       * tree-ssa-dse.cc (initialize_ao_ref_for_dse): Use data arg
+       for .MASK_STORE size.
+
 2022-09-29  Andrew MacLeod  <amacleod@redhat.com>
 
        * range-op.cc (plus_minus_ranges): New.
index 47b36b0..5e34ca4 100644 (file)
@@ -1 +1 @@
-20220930
+20221001
index 037eef8..d401dc1 100644 (file)
@@ -1,3 +1,9 @@
+2022-09-30  Patrick Palka  <ppalka@redhat.com>
+
+       * c-common.cc (c_common_reswords): Use cp/cp-trait.def to handle
+       C++ traits.
+       * c-common.h (enum rid): Likewise.
+
 2022-09-29  Joseph Myers  <joseph@codesourcery.com>
 
        * c-lex.cc (c_common_has_attribute): Handle noreturn attribute for
index b36fc61..3ebb164 100644 (file)
@@ -1,3 +1,23 @@
+2022-09-30  Patrick Palka  <ppalka@redhat.com>
+
+       * constraint.cc (diagnose_trait_expr): Likewise.
+       * cp-objcp-common.cc (names_builtin_p): Likewise.
+       * cp-tree.h (enum cp_trait_kind): Likewise.
+       * cxx-pretty-print.cc (pp_cxx_trait): Likewise.
+       * parser.cc (cp_keyword_starts_decl_specifier_p): Likewise.
+       (cp_parser_primary_expression): Likewise.
+       (cp_parser_trait): Likewise.
+       (cp_parser_simple_type_specifier): Likewise.
+       * cp-trait.def: New file.
+
+2022-09-30  Jason Merrill  <jason@redhat.com>
+
+       * cp-gimplify.cc (cp_fold_r) [TARGET_EXPR]: Collapse
+       TARGET_EXPR within TARGET_EXPR.
+       * constexpr.cc (cxx_eval_outermost_constant_expr): Avoid
+       adding redundant TARGET_EXPR.
+       * cp-tree.h (target_expr_needs_replace): VEC_INIT_EXPR doesn't.
+
 2022-09-29  Patrick Palka  <ppalka@redhat.com>
 
        PR c++/102576
index dcbfd54..c6cb20d 100644 (file)
@@ -1,3 +1,11 @@
+2022-09-30  Tobias Burnus  <tobias@codesourcery.com>
+
+       PR fortran/105318
+       * openmp.cc (resolve_omp_clauses): Update is_device_ptr restrictions
+       for OpenMP 5.1 and map to has_device_addr where applicable; map
+       use_device_ptr to use_device_addr where applicable.
+       Silence integer-range warning for device(omp_{initial,invalid}_device).
+
 2022-09-27  Harald Anlauf  <anlauf@gmx.de>
 
        PR fortran/107054
index 44346d3..26bec90 100644 (file)
@@ -1,3 +1,83 @@
+2022-09-30  Jeff Law  <jeffreyalaw@gmail.com>
+
+       * gcc.dg/infinite-loop.c: New test.
+
+2022-09-30  Jakub Jelinek  <jakub@redhat.com>
+
+       PR c++/107080
+       * g++.target/arm/pr107080.C: New test.
+
+2022-09-30  Lewis Hyatt  <lhyatt@gmail.com>
+
+       PR preprocessor/69543
+       * c-c++-common/pr69543-3.c: Remove xfail.
+       * c-c++-common/pr69543-4.c: Likewise.
+       * gcc.dg/cpp/pragma-diagnostic-2.c: Adjust test for new behavior.
+       * c-c++-common/pragma-diag-16.c: New test.
+
+2022-09-30  Jakub Jelinek  <jakub@redhat.com>
+
+       PR c++/107080
+       * g++.target/aarch64/pr107080.C: New test.
+
+2022-09-30  Jakub Jelinek  <jakub@redhat.com>
+
+       PR c++/107080
+       * g++.dg/cpp23/ext-floating11.C: New test.
+
+2022-09-30  Torbjörn SVENSSON  <torbjorn.svensson@foss.st.com>
+           Yvan ROUX   <yvan.roux@foss.st.com>
+
+       * lib/target-supports.exp (check_effective_target_vma_equals_lma): New.
+       * c-c++-common/torture/attr-noinit-1.c: Requre VMA == LMA to run.
+       * c-c++-common/torture/attr-noinit-2.c: Likewise.
+       * c-c++-common/torture/attr-noinit-3.c: Likewise.
+       * c-c++-common/torture/attr-persistent-1.c: Likewise.
+       * c-c++-common/torture/attr-persistent-3.c: Likewise.
+
+2022-09-30  Torbjörn SVENSSON  <torbjorn.svensson@foss.st.com>
+
+       * lib/gcc-defs.exp: Do not prefix linker script with "-Wl,".
+
+2022-09-30  Torbjörn SVENSSON  <torbjorn.svensson@foss.st.com>
+           Yvan ROUX   <yvan.roux@foss.st.com>
+
+       * g++.dg/modules/ben-1.map: Replace the colon with dash.
+       * g++.dg/modules/ben-1_a.C: Likewise
+
+2022-09-30  Kewen Lin  <linkw@linux.ibm.com>
+
+       PR target/99888
+       PR target/105649
+       * gcc.target/powerpc/pr99888-1.c: New test.
+       * gcc.target/powerpc/pr99888-2.c: New test.
+       * gcc.target/powerpc/pr99888-3.c: New test.
+       * gcc.target/powerpc/pr99888-4.c: New test.
+       * gcc.target/powerpc/pr99888-5.c: New test.
+       * gcc.target/powerpc/pr99888-6.c: New test.
+       * c-c++-common/patchable_function_entry-default.c: Adjust for
+       powerpc_elfv2 to avoid compilation error.
+
+2022-09-30  Kewen Lin  <linkw@linux.ibm.com>
+
+       PR testsuite/106516
+       * gcc.dg/pr104992.c: Adjust with vect_int_mod.
+       * lib/target-supports.exp (check_effective_target_vect_int_mod): New
+       effective target.
+
+2022-09-30  Christophe Lyon  <christophe.lyon@arm.com>
+
+       * gcc.target/arm/mve/mve_load_memory_modes.c: Update expected
+       registers.
+       * gcc.target/arm/mve/mve_store_memory_modes.c: Likewise.
+
+2022-09-30  Tobias Burnus  <tobias@codesourcery.com>
+
+       PR fortran/105318
+       * gfortran.dg/gomp/is_device_ptr-1.f90: Remove dg-error.
+       * gfortran.dg/gomp/is_device_ptr-2.f90: Likewise.
+       * gfortran.dg/gomp/is_device_ptr-3.f90: Update tree-scan-dump.
+
 2022-09-29  Joseph Myers  <joseph@codesourcery.com>
 
        * gcc.dg/c2x-attr-noreturn-1.c, gcc.dg/c2x-attr-noreturn-2.c,
index 97ae4b2..0377b5c 100644 (file)
@@ -1,3 +1,8 @@
+2022-09-30  Tobias Burnus  <tobias@codesourcery.com>
+
+       PR fortran/105318
+       * testsuite/libgomp.fortran/is_device_ptr-2.f90: New test.
+
 2022-09-28  Tobias Burnus  <tobias@codesourcery.com>
 
        * libgomp.texi (OpenMP 5.1): Mark 'assume' as implemented
index 1fe18dc..9921787 100644 (file)
@@ -1,3 +1,35 @@
+2022-09-30  Jonathan Wakely  <jwakely@redhat.com>
+
+       * testsuite/20_util/bitset/access/to_ulong.cc: Construct bitset
+       from binary literal instead of using stringstream.
+
+2022-09-30  Jonathan Wakely  <jwakely@redhat.com>
+
+       * include/std/bitset (operator>>): Use a simple buffer instead
+       of std::basic_string.
+
+2022-09-30  Jonathan Wakely  <jwakely@redhat.com>
+
+       * include/std/bitset (_M_copy_from_ptr, _M_copy_from_string)
+       (_M_copy_to_string): Change access to private.
+       (_M_copy_from_string(const basic_string&, size_t, size_t)):
+       Remove.
+       (_M_copy_to_string(const basic_string&)): Remove.
+
+2022-09-30  Jonathan Wakely  <jwakely@redhat.com>
+
+       * testsuite/20_util/bind/ref_neg.cc: Fix dg-prune-output
+       directive.
+
+2022-09-30  Torbjörn SVENSSON  <torbjorn.svensson@foss.st.com>
+           Yvan ROUX   <yvan.roux@foss.st.com>
+
+       * testsuite/20_util/bind/ref_neg.cc: Prune Windows paths too.
+
+2022-09-30  Arsen Arsenović  <arsen@aarsen.me>
+
+       * include/std/bitset: Include <bits/stl_algobase.h>.
+
 2022-09-29  François Dumont  <fdumont@gcc.gnu.org>
 
        * python/libstdcxx/v6/printers.py (add_one_template_type_printer): Register