]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Sat, 6 Jun 2020 00:17:00 +0000 (00:17 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Sat, 6 Jun 2020 00:17:00 +0000 (00:17 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/fortran/ChangeLog
gcc/testsuite/ChangeLog
libgomp/ChangeLog

index 3be43dded874aab13a016ab49ed9a88d44fe70da..334214dd0d81a195f0029798b0f49d1945bad596 100644 (file)
@@ -1,3 +1,20 @@
+2020-06-05  Thomas Schwinge  <thomas@codesourcery.com>
+           Julian Brown  <julian@codesourcery.com>
+
+       * gimplify.c (gimplify_adjust_omp_clauses): Remove
+       'GOMP_MAP_STRUCT' mapping from OpenACC 'exit data' directives.
+
+2020-06-05  H.J. Lu  <hjl.tools@gmail.com>
+
+       * config/i386/driver-i386.c (host_detect_local_cpu): Support
+       Intel Airmont, Tremont, Comet Lake, Ice Lake and Tiger Lake
+       processor families.
+
+2020-06-05  Lili Cui  <lili.cui@intel.com>
+
+       PR target/95525
+       * config/i386/i386.h (PTA_WAITPKG): Change bitmask value.
+
 2020-06-02  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
 
        * config/aarch64/aarch64-cores.def (zeus): Define.
index de253bc14b713d03293eed0904659e6f6f666aec..4d03d79ce42cb932f8309b8eacdd5b74c759bc6f 100644 (file)
@@ -1 +1 @@
-20200605
+20200606
index 46475f8ee9fce26103fea2b0b39e9010bc82e046..9d5f1196ada0f2d6f164c9c9964c316162e104c2 100644 (file)
@@ -1,3 +1,58 @@
+2020-06-05  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-06-05  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/95373
+       * primary.c (is_inquiry_ref): Check validity of inquiry
+       references against selected Fortran standard.
+
+2020-06-05  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/95106
+       * trans-common.c (gfc_sym_mangled_common_id): Enlarge temporaries
+       for name-mangling.
+
+2020-06-05  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/95530
+       PR fortran/95537
+       * decl.c (gfc_match_decl_type_spec): Enlarge buffer, and enhance
+       string copy to detect buffer overflow.
+       * gfortran.h (gfc_common_head): Enlarge buffer.
+       * trans-common.c (finish_equivalences): Enhance string copy to
+       detect buffer overflow.
+
+2020-06-05  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/95090
+       * class.c (get_unique_type_string): Use buffer overrun check.
+
+2020-06-05  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/95090
+       * class.c (get_unique_type_string): Enlarge temporary for
+       name-mangling.  Use strncpy to prevent buffer overrun.
+       (get_unique_hashed_string): Enlarge temporary.
+       (gfc_hash_value): Enlarge temporary for name-mangling.
+
+2020-06-05  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/95090
+       * iresolve.c (gfc_get_string): Enlarge temporary for
+       name-mangling.
+
+2020-06-05  Steven G. Kargl  <kargl@gcc.gnu.org>
+           Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/95500
+       * trans-expr.c (gfc_conv_expr_reference): Do not dereference NULL
+       pointer.
+
 2020-06-01  Thomas Koenig  <tkoenig@gcc.gnu.org>
 
        PR fortran/94361
index 4f85bb3a89703c533ac7d4c9c95eafb3e35506c1..0b614b0b00b3258a495666c55624e70874b991bb 100644 (file)
@@ -1,3 +1,36 @@
+2020-06-05  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-06-05  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/95373
+       * gfortran.dg/pr95373_1.f90: New test.
+       * gfortran.dg/pr95373_2.f90: New test.
+
+2020-06-05  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/95106
+       * gfortran.dg/equiv_11.f90: New test.
+
+2020-06-05  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/95090
+       * gfortran.dg/pr95090.f90: New test.
+
+2020-06-05  Steven G. Kargl  <kargl@gcc.gnu.org>
+           Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/95500
+       * gfortran.dg/pr95500.f90: New test.
+
+2020-06-05  Thomas Schwinge  <thomas@codesourcery.com>
+           Julian Brown  <julian@codesourcery.com>
+
+       * c-c++-common/goacc/struct-enter-exit-data-1.c: New file.
+
 2020-06-04  Jason Merrill  <jason@redhat.com>
 
        PR c++/93310
index da5501682db49e844786454ba15719c662d063c7..13c5fa2763f2cf6abcc8051319b724b1276a03d8 100644 (file)
@@ -1,3 +1,20 @@
+2020-06-05  Thomas Schwinge  <thomas@codesourcery.com>
+           Julian Brown  <julian@codesourcery.com>
+
+       * oacc-mem.c (goacc_exit_data_internal) <GOMP_MAP_STRUCT>: Explain
+       special handling.
+
+2020-06-05  Thomas Schwinge  <thomas@codesourcery.com>
+           Julian Brown  <julian@codesourcery.com>
+
+       * oacc-mem.c (goacc_exit_data_internal) <GOMP_MAP_STRUCT>:
+       Simplify.
+
+2020-06-05  Julian Brown  <julian@codesourcery.com>
+
+       * testsuite/libgomp.oacc-c-c++-common/struct-copyout-1.c: New test.
+       * testsuite/libgomp.oacc-c-c++-common/struct-copyout-2.c: New test.
+
 2020-06-04  Thomas Schwinge  <thomas@codesourcery.com>
 
        * oacc-mem.c (goacc_exit_data_internal) <GOMP_MAP_STRUCT>: