diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2022-12-11 00:17:43 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2022-12-11 00:17:43 +0000 |
commit | c6b12b802cd943af0985fbd3e74d773775b2b544 (patch) | |
tree | c6437ce82f2024d51d1ea4b1f6b878259a616754 /gcc | |
parent | ae4438537fbc2ed04f3b0fb32d4e02b0ed6977a1 (diff) | |
download | gcc-c6b12b802cd943af0985fbd3e74d773775b2b544.zip gcc-c6b12b802cd943af0985fbd3e74d773775b2b544.tar.gz gcc-c6b12b802cd943af0985fbd3e74d773775b2b544.tar.bz2 |
Daily bump.
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 8 | ||||
-rw-r--r-- | gcc/DATESTAMP | 2 | ||||
-rw-r--r-- | gcc/fortran/ChangeLog | 17 | ||||
-rw-r--r-- | gcc/testsuite/ChangeLog | 10 |
4 files changed, 36 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 59760ed..e2a0fac 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,11 @@ +2022-12-10 Jakub Jelinek <jakub@redhat.com> + + PR tree-optimization/107997 + * tree-ssa-loop-ivopts.cc: Include cfganal.h. + (create_new_iv) <case IP_END>: If ip_end_pos bb is non-empty and ends + with a stmt which ends bb, instead of adding iv update after it split + the latch edge and insert iterator into the new latch bb. + 2022-12-09 Jiufu Guo <guojiufu@linux.ibm.com> * config/rs6000/rs6000.cc (rs6000_emit_set_const): Remove copy_rtx. diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index 039ae27..0706710 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20221210 +20221211 diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index e57deb5..de713a8 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,3 +1,20 @@ +2022-12-10 Harald Anlauf <anlauf@gmx.de> + + PR fortran/106911 + * simplify.cc (gfc_simplify_ishftc): If the SIZE argument is known + to be outside the allowed range, terminate simplification. + +2022-12-10 Tobias Burnus <tobias@codesourcery.com> + + * match.cc (gfc_match_member_sep): Use %<...%> in gfc_error. + * openmp.cc (gfc_match_oacc_routine, gfc_match_omp_context_selector, + gfc_match_omp_context_selector_specification, + gfc_match_omp_declare_variant, resolve_omp_clauses): Likewise; + use %qs instead of '%s'. + * primary.cc (match_real_constant, gfc_match_varspec): Likewise. + * resolve.cc (gfc_resolve_formal_arglist, resolve_operator, + resolve_ordinary_assign): Likewise. + 2022-12-09 Paul Thomas <pault@gcc.gnu.org> PR fortran/107872 diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index df2b484..c53b417 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,13 @@ +2022-12-10 Harald Anlauf <anlauf@gmx.de> + + PR fortran/106911 + * gfortran.dg/pr106911.f90: New test. + +2022-12-10 Jakub Jelinek <jakub@redhat.com> + + PR tree-optimization/107997 + * gcc.c-torture/compile/pr107997.c: New test. + 2022-12-09 Paul Thomas <pault@gcc.gnu.org> PR fortran/107872 |