From f5402be3deada75c3d957cb554c26b659dee5801 Mon Sep 17 00:00:00 2001 From: GCC Administrator Date: Thu, 17 Jun 2021 00:18:41 +0000 Subject: [PATCH] Daily bump. --- gcc/ChangeLog | 37 ++++++++++++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/cp/ChangeLog | 10 ++++++++ gcc/fortran/ChangeLog | 6 +++++ gcc/testsuite/ChangeLog | 51 +++++++++++++++++++++++++++++++++++++++++ libcpp/ChangeLog | 7 ++++++ libgomp/ChangeLog | 5 ++++ 7 files changed, 117 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 13ba8830651f..21383c940a6e 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,40 @@ +2021-06-16 Richard Biener + + Backported from master: + 2021-06-11 Richard Biener + + PR middle-end/101009 + * tree-data-ref.c (build_classic_dist_vector_1): Make sure + to set *init_b to true when we encounter a constant equal + index pair. + (compute_affine_dependence): Also dump the actual DR_REF. + +2021-06-16 Richard Biener + + PR tree-optimization/100981 + * tree-vect-loop.c (vect_create_epilog_for_reduction): Use + gimple_get_lhs to also handle calls. + * tree-vect-slp-patterns.c (complex_pattern::build): Transfer + reduction info. + +2021-06-16 Richard Biener + + Backported from master: + 2021-06-14 Richard Biener + + PR tree-optimization/100934 + * tree-ssa-dom.c (pass_dominator::execute): Properly + mark irreducible regions. + +2021-06-16 Richard Biener + + Backported from master: + 2021-05-28 Richard Biener + + PR ipa/100791 + * tree-inline.c (copy_bb): When processing __builtin_va_arg_pack + copy fntype from original call. + 2021-06-14 Aaron Sawdey * config/rs6000/genfusion.pl (gen_addadd): New function. diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index 052decd9611a..f84fbffe108a 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20210616 +20210617 diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index c7674becabea..d35fc0f19f8e 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,13 @@ +2021-06-16 Jason Merrill + + PR c++/101078 + * pt.c (tsubst_baselink): Update binfos in non-dependent case. + +2021-06-16 Jason Merrill + + PR c++/101029 + * init.c (build_vec_init): Shortcut [0] case. + 2021-06-10 Patrick Palka Backported from master: diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index 370c680bd7c9..06c51df834a9 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,3 +1,9 @@ +2021-06-16 José Rui Faustino de Sousa + + PR fortran/82376 + * trans-expr.c (gfc_conv_procedure_call): Evaluate function result + and then pass a pointer. + 2021-06-06 Andre Vehreschild Steve Kargl diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index d87988527c26..ff42ea2a3950 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,54 @@ +2021-06-16 Jason Merrill + + PR c++/101078 + * g++.dg/template/access39.C: New test. + +2021-06-16 Jason Merrill + + PR c++/100796 + PR preprocessor/96391 + * g++.dg/plugin/location-overflow-test-pr100796.c: New test. + * g++.dg/plugin/plugin.exp: Run it. + +2021-06-16 Jason Merrill + + PR c++/101029 + * g++.dg/ext/array4.C: New test. + +2021-06-16 Richard Biener + + Backported from master: + 2021-06-11 Richard Biener + + PR middle-end/101009 + * gcc.dg/torture/pr101009.c: New testcase. + +2021-06-16 Richard Biener + + PR tree-optimization/100981 + * gfortran.dg/vect/pr100981-1.f90: New testcase. + +2021-06-16 Richard Biener + + Backported from master: + 2021-06-14 Richard Biener + + PR tree-optimization/100934 + * gcc.dg/torture/pr100934.c: New testcase. + +2021-06-16 Richard Biener + + Backported from master: + 2021-05-28 Richard Biener + + PR ipa/100791 + * gcc.dg/pr100791.c: New testcase. + +2021-06-16 José Rui Faustino de Sousa + + PR fortran/82376 + * gfortran.dg/PR82376.f90: New test. + 2021-06-14 Aaron Sawdey * gcc.target/powerpc/fusion-p10-addadd.c: New file. diff --git a/libcpp/ChangeLog b/libcpp/ChangeLog index 498dd0eda550..62c916adbd60 100644 --- a/libcpp/ChangeLog +++ b/libcpp/ChangeLog @@ -1,3 +1,10 @@ +2021-06-16 Jason Merrill + + PR c++/100796 + PR preprocessor/96391 + * line-map.c (linemap_compare_locations): Only use comparison with + LINE_MAP_MAX_LOCATION_WITH_COLS to avoid abort. + 2021-05-31 Jakub Jelinek Backported from master: diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog index 0ce541fa7ebd..de0b62192a53 100644 --- a/libgomp/ChangeLog +++ b/libgomp/ChangeLog @@ -1,3 +1,8 @@ +2021-06-16 Richard Biener + + PR tree-optimization/100981 + * testsuite/libgomp.fortran/pr100981-2.f90: New testcase. + 2021-05-17 Kwok Cheung Yeung Backported from master: -- 2.47.2