Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 1 Jun 2020 00:16:26 +0000 (00:16 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 1 Jun 2020 00:16:26 +0000 (00:16 +0000)
contrib/ChangeLog
gcc/ChangeLog
gcc/DATESTAMP
gcc/cp/ChangeLog
gcc/fortran/ChangeLog
gcc/testsuite/ChangeLog
libstdc++-v3/ChangeLog

index 7e9df6bdae516db5e23eb55eea3a3022f5f9a555..02f49b81c9d1702896521733846b981b906c14a5 100644 (file)
@@ -1,3 +1,24 @@
+2020-05-31  Iain Buclaw  <ibuclaw@gdcproject.org>
+
+       * config-list.mk (LIST): Add v850e1-elf.
+
+2020-05-31  Iain Buclaw  <ibuclaw@gdcproject.org>
+
+       * config-list.mk (LIST): Add or1k-elf, or1k-linux-*, and or1k-rtems.
+
+2020-05-31  Iain Buclaw  <ibuclaw@gdcproject.org>
+
+       * config-list.mk (LIST): Remove arm-wrs-vxworks.
+
+2020-05-31  Iain Buclaw  <ibuclaw@gdcproject.org>
+
+       * config-list.mk (LIST): Remove cris-linux, crisv32-elf, and
+       crisv32-linux.
+
+2020-05-31  Iain Buclaw  <ibuclaw@gdcproject.org>
+
+       * config-list.mk (LIST): Add pru-elf.
+
 2020-05-29  Iain Buclaw  <ibuclaw@gdcproject.org>
 
        * config-list.mk (LIST): Remove rs6000-ibm-aix5.3.0.
index c0538a3ae899cd32062c935645d5e0470a0ec618..5b39e8b4dbd97c6f87c60b5a1e77fe8339b5af2e 100644 (file)
@@ -1,3 +1,47 @@
+2020-05-31  Jeff Law  <law@redhat.com>
+
+       * 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  <jh@suse.cz>
+
+       * 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  <jakub@redhat.com>
+
+       PR middle-end/95052
+       * expr.c (store_expr): For shortedned_string_cst, ensure temp has
+       BLKmode.
+
+2020-05-31  Jeff Law  <law@redhat.com>
+
+       * config/h8300/jumpcall.md (brabs, brabc): Disable patterns.
+
 2020-05-31  Jim Wilson  <jimw@sifive.com>
 
        * config/riscv/riscv.md (zero_extendsidi2_shifted): New.
index 6ac640bbe01b71d4e6ae1f6977251b9ca440005c..babac42a65f3bb7e492b9c4ddd3c5e89972f0d6c 100644 (file)
@@ -1 +1 @@
-20200531
+20200601
index eabd89e9276720c810bcbe0d5467d2366fe6000e..5a841fe61548b59249d5fb8fc0a225a420c84c82 100644 (file)
@@ -1,3 +1,16 @@
+2020-05-31  Iain Sandoe  <iain@sandoe.co.uk>
+
+       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  <iain@sandoe.co.uk>
+
+       * 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  <iain@sandoe.co.uk>
 
        * coroutines.cc (morph_fn_to_coro): Revise initialization
index 660e6a3071d333515acf6bda26b2d3c4b8ff9b6c..a96acfa17cb8fff7b82d0f837321816e858cd522 100644 (file)
@@ -1,3 +1,11 @@
+2020-05-31  Thomas Koenig  <tkoenig@gcc.gnu.org>
+
+       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  <anlauf@gmx.de>
 
        PR fortran/95373
index b78fcb905a118f9a2c84b9375506244f9e47eed2..25cb8d8c03f35a0953cdad81bd23d05fbf5564a9 100644 (file)
@@ -1,3 +1,23 @@
+2020-05-31  Iain Sandoe  <iain@sandoe.co.uk>
+
+       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  <tkoenig@gcc.gnu.org>
+
+       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  <jakub@redhat.com>
+
+       PR middle-end/95052
+       * gcc.dg/pr95052.c: New test.
+
 2020-05-31  Jim Wilson  <jimw@sifive.com>
 
        * gcc.target/riscv/zero-extend-5.c: New.
index 019315c7355e87288974e09114c39c3fe143355e..683723e081d40637cff51d621f77cd3341179bad 100644 (file)
@@ -1,3 +1,19 @@
+2020-06-01  Gerald Pfeifer  <gerald@pfeifer.com>
+
+       * doc/xml/manual/policy_data_structures_biblio.xml: Remove
+       stray change.
+
+2020-06-01  Gerald Pfeifer  <gerald@pfeifer.com>
+
+       * 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  <douglas.b.rupp@gmail.com>
+
+       * crossconfig.m4 (<*-vxworks>): Check for more math decls.
+       * configure: Rebuild.
+
 2020-05-29  H.J. Lu  <hjl.tools@gmail.com>
 
        PR bootstrap/95413