From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2140) id 0B07338708CD; Tue, 2 Jun 2020 12:24:51 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 0B07338708CD DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1591100691; bh=JMPEj4sut86qXaqohyoJnN6BWUNzwcmvqUn90VGHEiw=; h=From:To:Subject:Date:From; b=WQx643N8hXv5eVdELUFcsx0PR05+NLcvUgkJ8m7xoeCGxqM+jo6KsSZ5QYsGU3DeT kSIU+z4RFSI3nLCX/mChTSgXGR/Q+h1CJ5hNNfL+QzaazC2Eb6S7bbS7mEp6eqJYI3 y8ZD9nX+A3v5spQdYc3nIt1POVz5n9lbJ3iNvYHk= Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Alexandre Oliva To: gcc-cvs@gcc.gnu.org, libstdc++-cvs@gcc.gnu.org Subject: [gcc(refs/users/aoliva/heads/testbase)] Daily bump. X-Act-Checkin: gcc X-Git-Author: GCC Administrator X-Git-Refname: refs/users/aoliva/heads/testbase X-Git-Oldrev: 0feb33215261ba42236105ea67b99455ed5a1b35 X-Git-Newrev: e7340ed74abf5f44b069210a9eb1283a2e515b15 Message-Id: <20200602122451.0B07338708CD@sourceware.org> Date: Tue, 2 Jun 2020 12:24:51 +0000 (GMT) X-BeenThere: libstdc++-cvs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libstdc++-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Jun 2020 12:24:51 -0000 https://gcc.gnu.org/g:e7340ed74abf5f44b069210a9eb1283a2e515b15 commit e7340ed74abf5f44b069210a9eb1283a2e515b15 Author: GCC Administrator Date: Mon Jun 1 00:16:26 2020 +0000 Daily bump. Diff: --- contrib/ChangeLog | 21 +++++++++++++++++++++ gcc/ChangeLog | 44 ++++++++++++++++++++++++++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/cp/ChangeLog | 13 +++++++++++++ gcc/fortran/ChangeLog | 8 ++++++++ gcc/testsuite/ChangeLog | 20 ++++++++++++++++++++ libstdc++-v3/ChangeLog | 16 ++++++++++++++++ 7 files changed, 123 insertions(+), 1 deletion(-) diff --git a/contrib/ChangeLog b/contrib/ChangeLog index 7e9df6bdae5..02f49b81c9d 100644 --- a/contrib/ChangeLog +++ b/contrib/ChangeLog @@ -1,3 +1,24 @@ +2020-05-31 Iain Buclaw + + * config-list.mk (LIST): Add v850e1-elf. + +2020-05-31 Iain Buclaw + + * config-list.mk (LIST): Add or1k-elf, or1k-linux-*, and or1k-rtems. + +2020-05-31 Iain Buclaw + + * config-list.mk (LIST): Remove arm-wrs-vxworks. + +2020-05-31 Iain Buclaw + + * config-list.mk (LIST): Remove cris-linux, crisv32-elf, and + crisv32-linux. + +2020-05-31 Iain Buclaw + + * config-list.mk (LIST): Add pru-elf. + 2020-05-29 Iain Buclaw * config-list.mk (LIST): Remove rs6000-ibm-aix5.3.0. diff --git a/gcc/ChangeLog b/gcc/ChangeLog index c0538a3ae89..5b39e8b4dbd 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,47 @@ +2020-05-31 Jeff Law + + * lra.c (add_auto_inc_notes): Remove function. + * reload1.c (add_auto_inc_notes): Similarly. Move into... + * rtlanal.c (add_auto_inc_notes): New function. + * rtl.h (add_auto_inc_notes): Add prototype. + * recog.c (peep2_attempt): Scan and add REG_INC notes to new insns + as needed. + +2020-05-31 Jan Hubicka + + * lto-section-out.c (lto_output_decl_index): Remove. + (lto_output_field_decl_index): Move to lto-streamer-out.c + (lto_output_fn_decl_index): Move to lto-streamer-out.c + (lto_output_namespace_decl_index): Remove. + (lto_output_var_decl_index): Remove. + (lto_output_type_decl_index): Remove. + (lto_output_type_ref_index): Remove. + * lto-streamer-out.c (output_type_ref): Remove. + (lto_get_index): New function. + (lto_output_tree_ref): Remove. + (lto_indexable_tree_ref): New function. + (lto_output_var_decl_index): Move here from lto-section-out.c; simplify. + (lto_output_fn_decl_index): Move here from lto-section-out.c; simplify. + (stream_write_tree_ref): Update. + (lto_output_tree): Update. + * lto-streamer.h (lto_output_decl_index): Remove prototype. + (lto_output_field_decl_index): Remove prototype. + (lto_output_namespace_decl_index): Remove prototype. + (lto_output_type_decl_index): Remove prototype. + (lto_output_type_ref_index): Remove prototype. + (lto_output_var_decl_index): Move. + (lto_output_fn_decl_index): Move + +2020-05-31 Jakub Jelinek + + PR middle-end/95052 + * expr.c (store_expr): For shortedned_string_cst, ensure temp has + BLKmode. + +2020-05-31 Jeff Law + + * config/h8300/jumpcall.md (brabs, brabc): Disable patterns. + 2020-05-31 Jim Wilson * config/riscv/riscv.md (zero_extendsidi2_shifted): New. diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index 6ac640bbe01..babac42a65f 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20200531 +20200601 diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index eabd89e9276..5a841fe6154 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,16 @@ +2020-05-31 Iain Sandoe + + PR c++/95087 + * coroutines.cc (morph_fn_to_coro): If we see an + early fatal error, drop the erroneous function body. + +2020-05-31 Iain Sandoe + + * coroutines.cc (build_co_await): Remove unused + variable. + (finish_co_await_expr): Likewise. + (finish_co_yield_expr): Likewise; revise comment. + 2020-05-30 Iain Sandoe * coroutines.cc (morph_fn_to_coro): Revise initialization diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index 660e6a3071d..a96acfa17cb 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,3 +1,11 @@ +2020-05-31 Thomas Koenig + + PR fortran/94361 + * class.c (finalize_component): Use expr->finalized instead of + comp->finalized. + * gfortran.h (gfc_component): Remove finalized member. + (gfc_expr): Add it here instead. + 2020-05-30 Harald Anlauf PR fortran/95373 diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index b78fcb905a1..25cb8d8c03f 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,23 @@ +2020-05-31 Iain Sandoe + + PR c++/95087 + * g++.dg/coroutines/co-return-syntax-08-bad-return.C: + Adjust the testcase to do the compile (rather than an + -fsyntax-only parse). + +2020-05-31 Thomas Koenig + + PR fortran/94361 + * gfortran.dg/finalize_28.f90: Adjusted free counts. + * gfortran.dg/finalize_33.f90: Likewise. + * gfortran.dg/finalize_34.f90: Likewise. + * gfortran.dg/finalize_35.f90: New test. + +2020-05-31 Jakub Jelinek + + PR middle-end/95052 + * gcc.dg/pr95052.c: New test. + 2020-05-31 Jim Wilson * gcc.target/riscv/zero-extend-5.c: New. diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 019315c7355..683723e081d 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,19 @@ +2020-06-01 Gerald Pfeifer + + * doc/xml/manual/policy_data_structures_biblio.xml: Remove + stray change. + +2020-06-01 Gerald Pfeifer + + * doc/xml/manual/policy_data_structures_biblio.xml: Switch + www.cs.princeton.edu to https. + * doc/html/manual/policy_data_structures.html: Regenerate. + +2020-05-31 Douglas B Rupp + + * crossconfig.m4 (<*-vxworks>): Check for more math decls. + * configure: Rebuild. + 2020-05-29 H.J. Lu PR bootstrap/95413