mirror of git://gcc.gnu.org/git/gcc.git
Daily bump.
This commit is contained in:
parent
2e3dd14dd2
commit
6a87fdd3ed
|
@ -1 +1 @@
|
|||
20230308
|
||||
20230309
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue