Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Sun, 31 May 2020 00:16:22 +0000 (00:16 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Sun, 31 May 2020 00:16:22 +0000 (00:16 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/ada/ChangeLog
gcc/cp/ChangeLog
gcc/fortran/ChangeLog
gcc/testsuite/ChangeLog
libgomp/ChangeLog

index c4d8bc2545749e14cf40c43d4a2a1fdc1c12c32e..c0538a3ae899cd32062c935645d5e0470a0ec618 100644 (file)
@@ -1,3 +1,14 @@
+2020-05-31  Jim Wilson  <jimw@sifive.com>
+
+       * config/riscv/riscv.md (zero_extendsidi2_shifted): New.
+
+2020-05-30  Jonathan Yong  <10walls@gmail.com>
+
+       * config/i386/mingw32.h (REAL_LIBGCC_SPEC): Insert -lkernel32
+       after -lmsvcrt. This is necessary as libmsvcrt.a is not a pure
+       import library, but also contains some functions that invoke
+       others in KERNEL32.DLL.
+
 2020-05-29  Segher Boessenkool  <segher@kernel.crashing.org>
 
        * config/rs6000/altivec.md (altivec_vmrghw_direct): Prefer VSX form.
index cadcec3f8ad50d6faa811174f511c59853541dcd..6ac640bbe01b71d4e6ae1f6977251b9ca440005c 100644 (file)
@@ -1 +1 @@
-20200530
+20200531
index 08ca87be8d5aa83388c7e93750a4f32fbcf6c5f8..2165b4ca17d96d764d3c5e963af989a866d8a0ab 100644 (file)
@@ -1,3 +1,18 @@
+2020-05-30  Arnaud Charlet  <charlet@adacore.com>
+
+       * Makefile.rtl (ADA_INCLUDE_SRCS): Replace Makefile.adalib by
+       libada.gpr and associated project files.
+       (g-debpoo.o): Add missing rule to ensure subprograms are not reordered.
+       (setup-rts): Add generation of libgnat/libgnarl.lst.
+       (LIBGNAT_SRCS): Remove thread.c which is part of libgnarl.
+       * tracebak.c, tb-gcc.c: Merged the two files to simplify dependencies.
+       * libgnarl/libgnarl.gpr, libgnat/libada.gpr,
+       libgnat/libgnat.gpr, libgnat/libgnat_common.gpr: New files.
+       * doc/gnat_ugn/the_gnat_compilation_model.rst: Makefile.adalib
+       replaced by libada.gpr.
+       * libgnat/system-mingw.ads: Remove obsolete comment.
+       * gcc-interface/Makefile.in: Remove dependency on tb-gcc.c.
+
 2020-05-27  Martin Liska  <mliska@suse.cz>
 
        * gnatvsn.ads: Bump Library_Version to 11.
index 95fb2b447ed96de4181420a559dd814f5472b540..eabd89e9276720c810bcbe0d5467d2366fe6000e 100644 (file)
@@ -1,3 +1,14 @@
+2020-05-30  Iain Sandoe  <iain@sandoe.co.uk>
+
+       * coroutines.cc (morph_fn_to_coro): Revise initialization
+       of the frame pointer to avoid an unused value.
+
+2020-05-30  Patrick Palka  <ppalka@redhat.com>
+
+       PR c++/95386
+       * constraint.cc (satisfaction_value): Accept INTEGER_CST of any
+       boolean type.
+
 2020-05-29  Patrick Palka  <ppalka@redhat.com>
            Jason Merrill  <jason@redhat.com>
 
index 127bd2a02972cfdc7bb019529688073d408bb2c8..660e6a3071d333515acf6bda26b2d3c4b8ff9b6c 100644 (file)
@@ -1,3 +1,15 @@
+2020-05-30  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/95373
+       * primary.c (is_inquiry_ref): Move validity check of inquiry
+       references against selected Fortran standard from here...
+       (gfc_match_varspec) ...to here.
+
+2020-05-30  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/95090
+       * class.c (get_unique_type_string): Use buffer overrun check.
+
 2020-05-29  Harald Anlauf  <anlauf@gmx.de>
 
        PR fortran/95090
index 48354eb0923f4fa3d6315fcce66a9ca91e61a224..b78fcb905a118f9a2c84b9375506244f9e47eed2 100644 (file)
@@ -1,3 +1,18 @@
+2020-05-31  Jim Wilson  <jimw@sifive.com>
+
+       * gcc.target/riscv/zero-extend-5.c: New.
+
+2020-05-30  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/95373
+       * gfortran.dg/pr95373_1.f90: Adjust error messages.
+       * gfortran.dg/pr95373_2.f90: Adjust error message.
+
+2020-05-30  Patrick Palka  <ppalka@redhat.com>
+
+       PR c++/95386
+       * g++.dg/concepts/pr95386.C: New test.
+
 2020-05-29  Segher Boessenkool  <segher@kernel.crashing.org>
 
        * gcc.target/powerpc/vsx-vector-6.p9.c: Allow xxperm as perm as well.
index 849f83609b8c2cd21226d5dc647a4f6cd05c4dd0..4b0fd926481d415832ee62ada437c4f1e09f5a60 100644 (file)
@@ -1,3 +1,11 @@
+2020-05-30  Jakub Jelinek  <jakub@redhat.com>
+
+       * testsuite/libgomp.c-c++-common/alloc-4.c: New test.
+
+2020-05-30  Jakub Jelinek  <jakub@redhat.com>
+
+       * allocator.c (omp_alloc): For size == 0, return NULL early.
+
 2020-05-29  H.J. Lu  <hjl.tools@gmail.com>
 
        PR bootstrap/95413