mirror of
https://forge.sourceware.org/marek/gcc.git
synced 2026-02-22 12:00:11 -05:00
Daily bump.
This commit is contained in:
@@ -1,3 +1,12 @@
|
||||
2020-06-22 H.J. Lu <hjl.tools@gmail.com>
|
||||
|
||||
Backported from master:
|
||||
2020-05-12 H.J. Lu <hjl.tools@gmail.com>
|
||||
|
||||
PR bootstrap/94998
|
||||
* cet.m4 (GCC_CET_HOST_FLAGS): Enable CET in cross compiler if
|
||||
possible.
|
||||
|
||||
2020-05-07 Release Manager
|
||||
|
||||
* GCC 10.1.0 released.
|
||||
|
||||
@@ -1 +1 @@
|
||||
20200622
|
||||
20200623
|
||||
|
||||
@@ -1,3 +1,21 @@
|
||||
2020-06-22 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-22 Jason Merrill <jason@redhat.com>
|
||||
|
||||
* cp-tree.h (copy_fndecl_with_name): Declare.
|
||||
* class.c (copy_fndecl_with_name): Copy from build_clone.
|
||||
(add_implicitly_declared_members): Add op== to TYPE_FIELDS.
|
||||
* method.c (implicitly_declare_fn): Use copy_fndecl_with_name.
|
||||
* decl.c (grokfndecl): Add initialized parm.
|
||||
(grokdeclarator): Pass it down.
|
||||
|
||||
2020-06-21 Iain Sandoe <iain@sandoe.co.uk>
|
||||
|
||||
Backported from master:
|
||||
|
||||
@@ -1,3 +1,51 @@
|
||||
2020-06-22 Harald Anlauf <anlauf@gmx.de>
|
||||
|
||||
Backported from master:
|
||||
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-22 Harald Anlauf <anlauf@gmx.de>
|
||||
|
||||
Backported from master:
|
||||
2020-06-20 Harald Anlauf <anlauf@gmx.de>
|
||||
|
||||
PR fortran/95688
|
||||
* iresolve.c (gfc_get_string): Enlarge static buffer size.
|
||||
|
||||
2020-06-22 Harald Anlauf <anlauf@gmx.de>
|
||||
|
||||
Backported from master:
|
||||
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-22 Harald Anlauf <anlauf@gmx.de>
|
||||
|
||||
Backported from master:
|
||||
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-22 Harald Anlauf <anlauf@gmx.de>
|
||||
|
||||
Backported from master:
|
||||
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-17 Harald Anlauf <anlauf@gmx.de>
|
||||
|
||||
Backported from master:
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
2020-06-22 Joseph Myers <joseph@codesourcery.com>
|
||||
|
||||
* sv.po: Update.
|
||||
|
||||
2020-06-03 Joseph Myers <joseph@codesourcery.com>
|
||||
|
||||
* sv.po: Update.
|
||||
|
||||
@@ -1,3 +1,53 @@
|
||||
2020-06-22 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-22 Jason Merrill <jason@redhat.com>
|
||||
|
||||
* g++.dg/cpp2a/spaceship-synth9.C: New test.
|
||||
|
||||
2020-06-22 Harald Anlauf <anlauf@gmx.de>
|
||||
|
||||
Backported from master:
|
||||
2020-06-20 Harald Anlauf <anlauf@gmx.de>
|
||||
|
||||
PR fortran/95707
|
||||
* gfortran.dg/pr95707.f90: New file.
|
||||
|
||||
2020-06-22 Harald Anlauf <anlauf@gmx.de>
|
||||
|
||||
Backported from master:
|
||||
2020-06-20 Harald Anlauf <anlauf@gmx.de>
|
||||
|
||||
PR fortran/95688
|
||||
* gfortran.dg/pr95688.f90: New file.
|
||||
|
||||
2020-06-22 Harald Anlauf <anlauf@gmx.de>
|
||||
|
||||
Backported from master:
|
||||
2020-06-20 Harald Anlauf <anlauf@gmx.de>
|
||||
|
||||
PR fortran/95687
|
||||
* gfortran.dg/pr95687.f90: New file.
|
||||
|
||||
2020-06-22 Harald Anlauf <anlauf@gmx.de>
|
||||
|
||||
Backported from master:
|
||||
2020-06-20 Harald Anlauf <anlauf@gmx.de>
|
||||
|
||||
PR fortran/95689
|
||||
* gfortran.dg/pr95689.f90: New file.
|
||||
|
||||
2020-06-22 Harald Anlauf <anlauf@gmx.de>
|
||||
|
||||
Backported from master:
|
||||
2020-06-20 Harald Anlauf <anlauf@gmx.de>
|
||||
|
||||
PR fortran/95587
|
||||
* gfortran.dg/pr95587.f90: New file.
|
||||
|
||||
2020-06-21 Iain Sandoe <iain@sandoe.co.uk>
|
||||
|
||||
Backported from master:
|
||||
|
||||
@@ -1,3 +1,11 @@
|
||||
2020-06-22 H.J. Lu <hjl.tools@gmail.com>
|
||||
|
||||
Backported from master:
|
||||
2020-05-12 H.J. Lu <hjl.tools@gmail.com>
|
||||
|
||||
PR bootstrap/94998
|
||||
* configure: Regenerated.
|
||||
|
||||
2020-05-07 Release Manager
|
||||
|
||||
* GCC 10.1.0 released.
|
||||
|
||||
@@ -1,3 +1,10 @@
|
||||
2020-06-22 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-11 Patrick Palka <ppalka@redhat.com>
|
||||
|
||||
PR libstdc++/95578
|
||||
|
||||
@@ -1,3 +1,11 @@
|
||||
2020-06-22 H.J. Lu <hjl.tools@gmail.com>
|
||||
|
||||
Backported from master:
|
||||
2020-05-12 H.J. Lu <hjl.tools@gmail.com>
|
||||
|
||||
PR bootstrap/94998
|
||||
* configure: Regenerated.
|
||||
|
||||
2020-05-07 Release Manager
|
||||
|
||||
* GCC 10.1.0 released.
|
||||
|
||||
Reference in New Issue
Block a user