From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2168) id D34703858C2D; Sat, 7 May 2022 00:17:01 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D34703858C2D MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" From: GCC Administrator To: gcc-cvs@gcc.gnu.org, libstdc++-cvs@gcc.gnu.org Subject: [gcc r13-166] Daily bump. X-Act-Checkin: gcc X-Git-Author: GCC Administrator X-Git-Refname: refs/heads/master X-Git-Oldrev: fa2d5fc0497b702f37ef18a85535826e910a7307 X-Git-Newrev: ea3fbfda608a148f112f1d2f4bdd0e8bf9429cd9 Message-Id: <20220507001701.D34703858C2D@sourceware.org> Date: Sat, 7 May 2022 00:17:01 +0000 (GMT) X-BeenThere: libstdc++-cvs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libstdc++-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 May 2022 00:17:01 -0000 https://gcc.gnu.org/g:ea3fbfda608a148f112f1d2f4bdd0e8bf9429cd9 commit r13-166-gea3fbfda608a148f112f1d2f4bdd0e8bf9429cd9 Author: GCC Administrator Date: Sat May 7 00:16:26 2022 +0000 Daily bump. Diff: --- contrib/ChangeLog | 4 ++++ gcc/ChangeLog | 29 ++++++++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/cp/ChangeLog | 18 ++++++++++++++++ gcc/testsuite/ChangeLog | 16 ++++++++++++++ libgomp/ChangeLog | 12 +++++++++++ libstdc++-v3/ChangeLog | 55 +++++++++++++++++++++++++++++++++++++++++++++++++ 7 files changed, 135 insertions(+), 1 deletion(-) diff --git a/contrib/ChangeLog b/contrib/ChangeLog index cfacc18c319..9f9b0112863 100644 --- a/contrib/ChangeLog +++ b/contrib/ChangeLog @@ -1,3 +1,7 @@ +2022-05-06 Jakub Jelinek + + * gennews (files): Add files for GCC 12. + 2022-04-28 Jakub Jelinek * gcc-changelog/git_update_version.py (active_refs): Add diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 99ef848cd46..c9f8572f007 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,32 @@ +2022-05-06 Jason Merrill + + * diagnostic-color.cc: Add fnname and targs color entries. + * doc/invoke.texi: Document them. + +2022-05-06 Jason Merrill + + * vec.h (vec::iterate): Fix comment. + +2022-05-06 Michael Meissner + + PR target/102059 + * config/rs6000/rs6000.cc (rs6000_can_inline_p): Ignore -mpower8-fusion + and -mpower10-fusion options for inlining purposes. + +2022-05-06 Christophe Lyon + + * config/aarch64/iterators.md (GPF_TF_F16): Delete. + +2022-05-06 Marcel Vollweiler + + * omp-low.cc (omp_runtime_api_call): Added target_is_accessible to + omp_runtime_apis array. + +2022-05-06 Hafiz Abid Qadeer + + * omp-low.cc (omp_maybe_offloaded_ctx): New prototype. + (scan_sharing_clauses): Check a restriction on allocate clause. + 2022-05-05 Sandra Loosemore * gimplify.cc (gimplify_omp_for): Update messages for SCHEDULED diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index 50478337b49..e490589f7bf 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20220506 +20220507 diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 94cdfe01d54..a539a0d8ae5 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,21 @@ +2022-05-06 Jason Merrill + + * error.cc (decl_to_string): Add show_color parameter. + (subst_to_string): Likewise. + (cp_printer): Pass it. + (type_to_string): Set pp_show_color. + (dump_function_name): Use "fnname" color. + (dump_template_bindings): Use "targs" color. + (struct colorize_guard): New. + (reinit_cxx_pp): Clear pp_show_color. + +2022-05-06 Jason Merrill + + PR c++/105245 + PR c++/100111 + * constexpr.cc (cxx_eval_store_expression): Reorganize empty base + handling. + 2022-05-05 Marek Polacek PR c++/64679 diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 4b7f49dfba2..7630ce66e95 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,19 @@ +2022-05-06 Jason Merrill + + * g++.dg/diagnostic/function-color1.C: New test. + +2022-05-06 Michael Meissner + + PR target/102059 + * gcc.target/powerpc/pr102059-4.c: New test. + +2022-05-06 Hafiz Abid Qadeer + + * c-c++-common/gomp/allocate-2.c: Add tests. + * c-c++-common/gomp/allocate-8.c: New test. + * gfortran.dg/gomp/allocate-3.f90: Add tests. + * gcc.dg/gomp/pr104517.c: Update. + 2022-05-05 Marek Polacek PR c++/64679 diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog index 3011b372f25..b7e83227d03 100644 --- a/libgomp/ChangeLog +++ b/libgomp/ChangeLog @@ -1,3 +1,15 @@ +2022-05-06 Marcel Vollweiler + + * libgomp.map: Added omp_target_is_accessible. + * libgomp.texi: Tagged omp_target_is_accessible as supported. + * omp.h.in: Added omp_target_is_accessible. + * omp_lib.f90.in: Added interface for omp_target_is_accessible. + * omp_lib.h.in: Likewise. + * target.c (omp_target_is_accessible): Added implementation of + omp_target_is_accessible. + * testsuite/libgomp.c-c++-common/target-is-accessible-1.c: New test. + * testsuite/libgomp.fortran/target-is-accessible-1.f90: New test. + 2022-05-05 Sandra Loosemore * libgomp.texi (OpenMP 5.0): Feature is now fully supported. diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 700044afa46..e235ded9c92 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,58 @@ +2022-05-06 Jonathan Wakely + + * include/bits/random.tcc (operator==): Only check + normal_distribution::_M_saved_available once. + * testsuite/26_numerics/random/normal_distribution/operators/equal.cc: + Check equality after state changes. + * testsuite/26_numerics/random/pr60037-neg.cc: Adjust dg-error + lineno. + +2022-05-06 Jonathan Wakely + + PR libstdc++/105502 + * include/bits/random.tcc + (operator>>(basic_istream&, normal_distribution&)): + Update state when __state_avail is false. + * testsuite/26_numerics/random/normal_distribution/operators/serialize.cc: + Check that deserialized object equals serialized one. + +2022-05-06 Alexandre Oliva + + * include/experimental/bits/simd.h [__ALTIVEC__]: Require VSX + for double, long long, and 64-bit long intrinsic types. + [__ALTIVEC__] (__intrinsic_type): Mention 128-bit in + preexisting long double diagnostic, adjust no-VSX double + diagnostic to cover 64-bit long double as well. + +2022-05-06 Jonathan Wakely + + PR libstdc++/104731 + * testsuite/27_io/filesystem/iterators/error_reporting.cc: + Use a trailing char array as storage for dirent::d_name. + +2022-05-06 Jonathan Wakely + + * include/std/stacktrace: Do not include . + (__cxa_demangle): Declare. + +2022-05-06 Jonathan Wakely + + PR libstdc++/99871 + * include/bits/specfun.h: Use visibility attribute on namespace, + instead of pragma push/pop. + * libsupc++/compare: Likewise. + * libsupc++/exception: Likewise. + * libsupc++/exception.h: Likewise. + * libsupc++/exception_ptr.h: Likewise. + * libsupc++/initializer_list: Likewise. + * libsupc++/nested_exception.h: Likewise. + +2022-05-06 Jonathan Wakely + + * doc/xml/manual/test.xml: Remove requirement for copyright and + GPL notice in tests. + * doc/html/manual/test.html: Regenerate. + 2022-05-05 Jonathan Wakely * include/experimental/memory_resource [!__cpp_rtti]