From: GCC Administrator Date: Tue, 28 Mar 2023 00:17:14 +0000 (+0000) Subject: Daily bump. X-Git-Tag: upstream/13.1.0~363 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ffcdac4feb42e44867ad980cbf2004d106ac3770;p=platform%2Fupstream%2Fgcc.git Daily bump. --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index ce9c126..1205dc3 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,59 @@ +2023-03-27 Jonathan Wakely + + PR gcov-profile/109297 + * gcov-tool.cc (merge_usage): Fix "subcomand" typo. + (merge_stream_usage): Likewise. + (overlap_usage): Likewise. + +2023-03-27 Christoph Müllner + + PR target/109296 + * config/riscv/thead.md: Add missing mode specifiers. + +2023-03-27 Philipp Tomsich + Jiangning Liu + Manolis Tsamis + + * config/aarch64/aarch64.cc: Update vector costs for ampere1. + +2023-03-27 Richard Biener + + PR rtl-optimization/109237 + * cfgcleanup.cc (bb_is_just_return): Walk insns backwards. + +2023-03-27 Richard Biener + + PR lto/109263 + * lto-wrapper.cc (run_gcc): Parse alternate debug options + as well, they always enable debug. + +2023-03-27 Kewen Lin + + PR target/109167 + * config/rs6000/emmintrin.h (_mm_bslli_si128): Move the implementation + from ... + (_mm_slli_si128): ... here. Change to call _mm_bslli_si128 directly. + +2023-03-27 Kewen Lin + + PR target/109082 + * config/rs6000/emmintrin.h (_mm_bslli_si128): Check __N is not less + than zero when calling vec_sld. + (_mm_bsrli_si128): Return __A if __N is zero, check __N is bigger than + zero when calling vec_sld. + (_mm_slli_si128): Return __A if _imm5 is zero, check _imm5 is bigger + than zero when calling vec_sld. + +2023-03-27 Sandra Loosemore + + * doc/generic.texi (OpenMP): Document OMP_SIMD, OMP_DISTRIBUTE, + OMP_TASKLOOP, and OMP_LOOP with OMP_FOR. Document how collapsed + loops are represented and which fields are vectors. Add + documentation for OMP_FOR_PRE_BODY field. Document internal + form of non-rectangular loops and OMP_FOR_NON_RECTANGULAR. + * tree.def (OMP_FOR): Make documentation consistent with the + Texinfo manual, to fill some gaps and correct errors. + 2023-03-26 Andreas Schwab PR target/106282 diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index b1ac5d9..1f5084a 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20230327 +20230328 diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 1fd87e8..0856603 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,28 @@ +2023-03-27 Richard Biener + + PR tree-optimization/54498 + * g++.dg/torture/pr54498.C: New testcase. + +2023-03-27 Richard Biener + + PR tree-optimization/108357 + * gcc.dg/tree-ssa/pr108357.c: New testcase. + +2023-03-27 Martin Liska + + * lib/verify-sarif-file.py: Use apostrophes instead + of double quotes. + +2023-03-27 Kewen Lin + + PR target/109167 + * gcc.target/powerpc/pr109167.c: New test. + +2023-03-27 Kewen Lin + + PR target/109082 + * gcc.target/powerpc/pr109082.c: New test. + 2023-03-26 Andreas Schwab PR target/106282 diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 407a5fe..36e7f79 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,8 @@ +2023-03-27 Jakub Jelinek + + * testsuite/experimental/net/timer/waitable/dest.cc: Avoid -Wformat + warning if size_t is not unsigned long. + 2023-03-22 Jonathan Wakely * include/bits/shared_ptr_atomic.h (atomic::operator=(nullptr_t)):