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

index 4dbbef0d559f3995e7e7cb484c147d3d45a235df..2c9e7244302d7bc21556cb7e2609e23b1a975c76 100644 (file)
@@ -1,3 +1,9 @@
+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-02  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
 
        * config/aarch64/aarch64-cores.def (zeus): Define.
index de253bc14b713d03293eed0904659e6f6f666aec..4d03d79ce42cb932f8309b8eacdd5b74c759bc6f 100644 (file)
@@ -1 +1 @@
-20200605
+20200606
index 463f6465b81ba3426a0b68fc8f24ec0db166445e..305888b74b2f63f1ec8b4b7a3a043813ed996169 100644 (file)
@@ -1,3 +1,39 @@
+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  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 b97d220b9a0a8deb63b5fc1104ccc0c562df6996..5f3612e09ef64f377e65e438c0748536aaf63f05 100644 (file)
@@ -1,3 +1,26 @@
+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  Steven G. Kargl  <kargl@gcc.gnu.org>
+           Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/95500
+       * gfortran.dg/pr95500.f90: New test.
+
 2020-06-01  Thomas Koenig  <tkoenig@gcc.gnu.org>
 
        PR fortran/94361