Daily bump.

This commit is contained in:
GCC Administrator 2020-06-21 00:16:21 +00:00
parent 445d8da5fb
commit bbac3886a2
6 changed files with 105 additions and 1 deletions

View File

@ -1,3 +1,10 @@
2020-06-20 Bin Cheng <bin.cheng@linux.alibaba.com>
PR tree-optimization/95638
* tree-loop-distribution.c (pg_edge_callback_data): New field.
(loop_distribution::break_alias_scc_partitions): Record and restore
postorder information. Fix memory leak.
2020-06-19 Tobias Burnus <tobias@codesourcery.com>
* config/gcn/gcn.c (gcn_related_vector_mode): Add ARG_UNUSED.

View File

@ -1 +1 @@
20200620
20200621

View File

@ -1,3 +1,19 @@
2020-06-20 Iain Sandoe <iain@sandoe.co.uk>
PR c++/95505
* coroutines.cc (morph_fn_to_coro): Update handling of
get-return-object-on-allocation-fail and diagnose missing
std::nothrow.
2020-06-20 Jason Merrill <jason@redhat.com>
* call.c (joust): Only compare constraints for non-template
candidates with matching parameters.
* pt.c (tsubst_pack_expansion): Fix getting a type parameter
pack.
(more_specialized_fn): Only compare constraints for candidates with
matching parameters.
2020-06-19 Jason Merrill <jason@redhat.com>
* method.c (early_check_defaulted_comparison): Allow defaulting

View File

@ -1,3 +1,36 @@
2020-06-20 Harald Anlauf <anlauf@gmx.de>
PR fortran/95707
* gfortran.h (gfc_common_head): Enlarge buffer.
* trans-common.c (gfc_sym_mangled_common_id): Enlarge temporary
buffers, and add check on length on mangled name to prevent
overflow.
2020-06-20 Harald Anlauf <anlauf@gmx.de>
PR fortran/95688
* iresolve.c (gfc_get_string): Enlarge static buffer size.
2020-06-20 Harald Anlauf <anlauf@gmx.de>
PR fortran/95687
* class.c (get_unique_type_string): Return a string with dynamic
length.
(get_unique_hashed_string, gfc_hash_value): Use dynamic result
from get_unique_type_string instead of static buffer.
2020-06-20 Harald Anlauf <anlauf@gmx.de>
PR fortran/95689
* interface.c (check_sym_interfaces): Enlarge temporary buffer,
and add check on length on mangled name to prevent overflow.
2020-06-20 Harald Anlauf <anlauf@gmx.de>
PR fortran/95587
* match.c (gfc_match_equivalence): Check constraints on
EQUIVALENCE objects also for CLASS variables.
2020-06-18 Tobias Burnus <tobias@codesourcery.com>
* openmp.c (resolve_omp_clauses): Reject vars with

View File

@ -1,3 +1,44 @@
2020-06-20 Iain Sandoe <iain@sandoe.co.uk>
PR c++/95505
* g++.dg/coroutines/pr95505.C: New test.
2020-06-20 Jason Merrill <jason@redhat.com>
* g++.dg/cpp2a/concepts-return-req1.C: Expect error.
* g++.dg/cpp2a/concepts-p2113a.C: New test.
* g++.dg/cpp2a/concepts-p2113b.C: New test.
2020-06-20 Harald Anlauf <anlauf@gmx.de>
PR fortran/95707
* gfortran.dg/pr95707.f90: New file.
2020-06-20 Harald Anlauf <anlauf@gmx.de>
PR fortran/95688
* gfortran.dg/pr95688.f90: New file.
2020-06-20 Harald Anlauf <anlauf@gmx.de>
PR fortran/95687
* gfortran.dg/pr95687.f90: New file.
2020-06-20 Harald Anlauf <anlauf@gmx.de>
PR fortran/95689
* gfortran.dg/pr95689.f90: New file.
2020-06-20 Harald Anlauf <anlauf@gmx.de>
PR fortran/95587
* gfortran.dg/pr95587.f90: New file.
2020-06-20 Bin Cheng <bin.cheng@linux.alibaba.com>
PR tree-optimization/95638
* g++.dg/tree-ssa/pr95638.C: New test.
2020-06-19 David Edelsohn <dje.gcc@gmail.com>
* gcc.dg/tree-ssa/popcount4ll.c: Add target lp64.

View File

@ -1,3 +1,10 @@
2020-06-20 Jason Merrill <jason@redhat.com>
* testsuite/24_iterators/move_iterator/rel_ops_c++20.cc:
Remove greedy_ops tests.
* testsuite/24_iterators/reverse_iterator/rel_ops_c++20.cc:
Remove greedy_ops tests.
2020-06-19 Jonathan Wakely <jwakely@redhat.com>
PR libstdc++/95765