From: GCC Administrator Date: Wed, 26 Jan 2022 00:16:38 +0000 (+0000) Subject: Daily bump. X-Git-Tag: basepoints/gcc-13~1442 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e0b8716f53ed6455e9f18931940141692793068d;p=thirdparty%2Fgcc.git Daily bump. --- diff --git a/ChangeLog b/ChangeLog index 0be55f972403..975dcd443c11 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2022-01-25 Thomas Schwinge + + Revert: + 2021-09-16 Andrew Pinski + + PR bootstrap/67102 + * Makefile.def: Have configure-target-libffi depend on + all-target-libstdc++-v3. + * Makefile.in: Regenerate. + 2022-01-22 Jakub Jelinek PR other/104181 diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 98a2cf0785c4..8eb1a600179c 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,41 @@ +2022-01-25 Martin Sebor + + PR tree-optimization/104203 + * gimple-ssa-warn-access.cc (pass_data pass_data_waccess): Use + TV_WARN_ACCESS. + * pointer-query.cc (access_ref::merge_ref): Change return type. + Convert failure to a conservative success. + (access_ref::get_ref): Adjust to the change above. Short-circuit + PHI evaluation after first failure turned into conservative success. + * pointer-query.h (access_ref::merge_ref): Change return type. + * timevar.def (TV_WARN_ACCESS): New timer variable. + +2022-01-25 David Edelsohn + + * config/rs6000/aix.h (OPTION_GLIBC): Define as 0. + +2022-01-25 Richard Biener + + PR tree-optimization/104214 + * tree-ssa-loop-niter.cc (number_of_iterations_cond): Use + stronger guarantees for relational pointer compares when + rewriting BASE0 + STEP0 cmp BASE1 + STEP1 as + BASE0 + STEP0 - STEP1 cmp BASE1. + +2022-01-25 Jakub Jelinek + + PR target/104172 + * config/rs6000/rs6000-internal.h (rs6000_passes_ieee128): Don't + declare. + * config/rs6000/rs6000.cc (rs6000_passes_ieee128, + ieee128_mangling_gcc_8_1): Remove. + (TARGET_ASM_GLOBALIZE_DECL_NAME): Don't redefine. + (rs6000_mangle_type): Return "u9__ieee128" instead of + ieee128_mangling_gcc_8_1 ? "U10__float128" : "u9__ieee128". + (rs6000_globalize_decl_name): Remove. + * config/rs6000/rs6000-call.cc (init_cumulative_args, + rs6000_function_arg_advance_1): Don't set rs6000_passes_ieee128. + 2022-01-24 Martin Sebor * pointer-query.cc (pointer_query::dump): Remove duplicate diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index b78619652511..d6410e65d034 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20220125 +20220126 diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 369b0a16a389..1229af9a1151 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,15 @@ +2022-01-25 Patrick Palka + + PR c++/101532 + PR c++/104225 + * decl2.cc (mark_used): Don't consider maybe_instantiate_noexcept + on a deleted function. + +2022-01-25 Jason Merrill + + PR c++/59950 + * call.cc (build_over_call): Use cp_build_indirect_ref. + 2022-01-24 Patrick Palka PR c++/104197 diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index 08753174c1df..a55e851e814c 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,3 +1,17 @@ +2022-01-25 Harald Anlauf + + PR fortran/104227 + * check.cc (gfc_calculate_transfer_sizes): Fix checking of arrays + passed as MOLD argument to the TRANSFER intrinsic for having + storage size zero. + +2022-01-25 Harald Anlauf + + PR fortran/104212 + * check.cc (gfc_check_norm2): Check that optional argument DIM is + scalar. + (gfc_check_parity): Likewise. + 2022-01-24 Jakub Jelinek * lang.opt (fconvert=): Add EnumSet property and mention also diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 623d3e2ad89c..f507a7f8e025 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,39 @@ +2022-01-25 Harald Anlauf + + PR fortran/104227 + * gfortran.dg/transfer_check_6.f90: New test. + +2022-01-25 Harald Anlauf + + PR fortran/104212 + * gfortran.dg/argument_checking_26.f90: New test. + +2022-01-25 Patrick Palka + + PR c++/101532 + PR c++/104225 + * g++.dg/cpp0x/nsdmi-template21.C: New test. + * g++.dg/cpp0x/nsdmi-template21a.C: New test. + +2022-01-25 Jason Merrill + + PR c++/59950 + * g++.dg/init/assign2.C: New test. + +2022-01-25 Richard Biener + + PR tree-optimization/104214 + * gcc.dg/vect/pr81196-2.c: New variant testcase only + requiring vect_int. + +2022-01-25 Francois-Xavier Coudert + + * gfortran.dg/ieee/signaling_3.f90: Skip test on 32-bit x86/x86_64. + +2022-01-25 Francois-Xavier Coudert + + * gfortran.dg/ieee/signaling_1.f90: Fix test. + 2022-01-24 Marek Polacek PR preprocessor/104030 diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog index bd8b6222006a..035bfb5d8182 100644 --- a/libgcc/ChangeLog +++ b/libgcc/ChangeLog @@ -1,3 +1,8 @@ +2022-01-25 Florian Weimer + + PR libgcc/104207 + * unwind-dw2-fde-dip.c (_Unwind_Find_FDE): Add NULL check. + 2022-01-17 Martin Liska * libgcov-driver.c: Rename .c names to .cc. diff --git a/libgfortran/ChangeLog b/libgfortran/ChangeLog index 8bfdacd32726..b50b911b3a14 100644 --- a/libgfortran/ChangeLog +++ b/libgfortran/ChangeLog @@ -1,3 +1,18 @@ +2022-01-25 Francois-Xavier Coudert + + * ieee/issignaling_fallback.h: Fix GCC-specific preprocessor + macros. + +2022-01-25 Jakub Jelinek + + * ieee/issignaling_fallback.h (__issignalingl): Define for + IBM extended long double are returning __issignaling on the + first double. + +2022-01-25 Francois-Xavier Coudert + + * ieee/issignaling_fallback.h: fix preprocessor condition. + 2022-01-24 Francois-Xavier Coudert * ieee/issignaling_fallback.h: New file. diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index a87a5c88c205..45cf5c6067d2 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,41 @@ +2022-01-25 Jonathan Wakely + + PR libstdc++/104019 + * include/bits/istream.tcc (basic_istream::sentry): Add braces + around try-block. + * include/bits/shared_ptr_base.h (_Sp_counted_array_base::_M_init): + Add pragmas to disable bogus warnings from PR 61596. + +2022-01-25 Jonathan Wakely + + PR libstdc++/104217 + * src/c++17/fs_ops.cc (_GNU_SOURCE): Define. + * src/filesystem/dir.cc (_GNU_SOURCE): Define. + * src/filesystem/ops.cc (_GNU_SOURCE): Define. + +2022-01-25 Jonathan Wakely + + PR libstdc++/104161 + * acinclude.m4 (GLIBCXX_CHECK_FILESYSTEM_DEPS): Check for + fdopendir. + * config.h.in: Regenerate. + * configure: Regenerate. + * src/c++17/fs_dir.cc (_Dir): Add nofollow flag to constructor + and pass it to base class constructor. + (directory_iterator): Pass nofollow flag to _Dir constructor. + (fs::recursive_directory_iterator::increment): Likewise. + * src/c++17/fs_ops.cc (do_remove_all): Use nofollow option for + directory_iterator constructor. Move error check outside loop. + * src/filesystem/dir-common.h (_Dir_base): Add nofollow flag to + constructor and when it's set use ::open with O_NOFOLLOW and + O_DIRECTORY. + * src/filesystem/dir.cc (_Dir): Add nofollow flag to constructor + and pass it to base class constructor. + (directory_iterator): Pass nofollow flag to _Dir constructor. + (fs::recursive_directory_iterator::increment): Likewise. + * src/filesystem/ops.cc (remove_all): Use nofollow option for + directory_iterator constructor. Move error check outside loop. + 2022-01-23 Jonathan Wakely PR libstdc++/104032