From 6a87fdd3ed6ef3511466f9cf41271726b643520b Mon Sep 17 00:00:00 2001 From: GCC Administrator <gccadmin@gcc.gnu.org> Date: Thu, 9 Mar 2023 00:17:00 +0000 Subject: [PATCH] Daily bump. --- gcc/DATESTAMP | 2 +- gcc/testsuite/ChangeLog | 45 +++++++++++++++++++++++++++++++++++++++++ libgcc/ChangeLog | 6 ++++++ libgomp/ChangeLog | 4 ++++ 4 files changed, 56 insertions(+), 1 deletion(-) diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index 53389297a17f..c7a9cb13dc6c 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20230308 +20230309 diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 48228e2bf7cf..711f5b544b8a 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,48 @@ +2023-03-08 Kewen Lin <linkw@linux.ibm.com> + + * gcc.target/powerpc/ppc-fortran/ppc-fortran.exp: Override + gcc_{warning,error}_prefix with Fortran specific one used in + gfortran_init. + +2023-03-08 Kewen Lin <linkw@linux.ibm.com> + + * gcc.target/powerpc/bfp/scalar-test-data-class-14.c: Adjust with + int128 effective target requirement. + * gcc.target/powerpc/bfp/scalar-test-data-class-15.c: Likewise. + +2023-03-08 Kewen Lin <linkw@linux.ibm.com> + + PR testsuite/108729 + * gcc.target/powerpc/bfp/scalar-test-data-class-12.c: Adjust with + has_arch_ppc64 effective target. + * gcc.target/powerpc/bfp/vec-test-data-class-9.c: Likewise. + +2023-03-08 Kewen Lin <linkw@linux.ibm.com> + + PR testsuite/108730 + * gcc.target/powerpc/bfp/scalar-test-neg-8.c: Adjust with lp64 + effective target requirement. + +2023-03-08 Kewen Lin <linkw@linux.ibm.com> + + PR testsuite/108813 + * gcc.target/powerpc/pr101384-2.c: Adjust with xxspltib. + +2023-03-08 Kewen Lin <linkw@linux.ibm.com> + + PR testsuite/108810 + * gcc.target/powerpc/fold-vec-extract-double.p9.c (testd_cst): Adjust + the extracted index for BE. + +2023-03-08 Jeff Law <jlaw@ventanamicro> + + * gcc.target/mips/msa-ds.c: Fix over eager pattern matching. + +2023-03-08 Hans-Peter Nilsson <hp@axis.com> + + * gcc.dg/analyzer/omp-parallel-for-get-min.c, + gcc.dg/analyzer/omp-parallel-for-1.c: Require effective target fopenmp. + 2023-03-07 Jason Merrill <jason@redhat.com> PR c++/108526 diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog index bf7062ccfad3..4ac9063f20be 100644 --- a/libgcc/ChangeLog +++ b/libgcc/ChangeLog @@ -1,3 +1,9 @@ +2023-03-08 Kewen Lin <linkw@linux.ibm.com> + + PR libgcc/108727 + * config/rs6000/morestack.S (__morestack): Use PARAMS for new stack + bump size. + 2023-03-06 Michael Meissner <meissner@linux.ibm.com> PR target/107299 diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog index 24308e99db27..9244e3f5848b 100644 --- a/libgomp/ChangeLog +++ b/libgomp/ChangeLog @@ -1,3 +1,7 @@ +2023-03-08 Tobias Burnus <tobias@codesourcery.com> + + * libgomp.texi (Offload-Target Specifics): Mention GCN_STACK_SIZE. + 2023-03-02 Kwok Cheung Yeung <kcy@codesourcery.com> Paul-Antoine Arras <pa@codesourcery.com> -- GitLab