]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Thu, 9 Mar 2023 00:17:00 +0000 (00:17 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Thu, 9 Mar 2023 00:17:00 +0000 (00:17 +0000)
gcc/DATESTAMP
gcc/testsuite/ChangeLog
libgcc/ChangeLog
libgomp/ChangeLog

index 53389297a17f72f858741b1ddc4f0021f4ca56aa..c7a9cb13dc6c69a566fd91b345d38629b90f0971 100644 (file)
@@ -1 +1 @@
-20230308
+20230309
index 48228e2bf7cff5283af3b341c1f7d0a4d0f03a20..711f5b544b8a45e5b4238c742434b5635068256d 100644 (file)
@@ -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
index bf7062ccfad3563208a9fc2b23e45c834168a36e..4ac9063f20befa4a7344dff5cbb588dc6af89498 100644 (file)
@@ -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
index 24308e99db270d9b13c3ce98207feb4831ca82bb..9244e3f5848b37c417745f2655638dc420a5b54a 100644 (file)
@@ -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>