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

index 1094e86b516ac35e7af13da411015ccd4763f464..98278266c63a302a866c183c2e83cf619cd67b63 100644 (file)
@@ -1 +1 @@
-20200611
+20200612
index 87fb9c0147a56784742e9ad5fc21ca0a997303e5..1762b5d7ecd1f862884f1f9ef3da7cf020cc7ca5 100644 (file)
@@ -1,3 +1,16 @@
+2020-06-11  Marek Polacek  <polacek@redhat.com>
+
+       PR c++/95344
+       * cp-gimplify.c (cp_fold) <case MODIFY_EXPR>: Don't set
+       TREE_THIS_VOLATILE here.
+       (cp_fold): Set it here along with TREE_NO_WARNING.
+
+2020-06-11  Marek Polacek  <polacek@redhat.com>
+
+       PR c++/95560
+       * name-lookup.c (check_local_shadow): Check if types are
+       non-null before calling same_type_p.
+
 2020-05-25  Jason Merrill  <jason@redhat.com>
 
        PR c++/90212
index 305888b74b2f63f1ec8b4b7a3a043813ed996169..ea690a442dc811454013ba1111fc17875a215204 100644 (file)
@@ -1,3 +1,21 @@
+2020-06-11  Harald Anlauf  <anlauf@gmx.de>
+           Steven G. Kargl   <kargl@gcc.gnu.org>
+
+       PR fortran/95611
+       * decl.c (access_attr_decl): Use correct symbol in error message.
+
+2020-06-11  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/95091
+       * class.c (gfc_hash_value): Add cast.
+
+2020-06-11  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/95091
+       * class.c (get_unique_type_string, gfc_hash_value): Enlarge
+       buffers, and check whether the strings returned by
+       get_unique_type_string() fit.
+
 2020-06-05  Harald Anlauf  <anlauf@gmx.de>
 
        PR fortran/95373
index 5d955824dc31159ae423387c9f3338132118d011..792113e9724338437c6ebb41db15e815028c8172 100644 (file)
@@ -1,3 +1,24 @@
+2020-06-11  Marek Polacek  <polacek@redhat.com>
+
+       PR c++/95344
+       * c-c++-common/Wparentheses-2.c: New test.
+
+2020-06-11  Marek Polacek  <polacek@redhat.com>
+
+       PR c++/95560
+       * g++.dg/warn/Wshadow-compatible-local-3.C: New test.
+
+2020-06-11  Harald Anlauf  <anlauf@gmx.de>
+           Steven G. Kargl   <kargl@gcc.gnu.org>
+
+       PR fortran/95611
+       * gfortran.dg/pr95611.f90: New file.
+
+2020-06-11  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/95091
+       * gfortran.dg/pr95091.f90: New file.
+
 2020-06-06  Carl Love  <cel@us.ibm.com>
 
        PR target/94833