]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Sun, 13 Jun 2021 00:16:35 +0000 (00:16 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Sun, 13 Jun 2021 00:16:35 +0000 (00:16 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/c-family/ChangeLog
gcc/cp/ChangeLog
gcc/testsuite/ChangeLog

index 06d8b4f565d09b79c091604b3f5dcc1d29774fa8..243e0cb1e05e1ca03abac838014d52dd734eb8cd 100644 (file)
@@ -1,3 +1,8 @@
+2021-06-12  Jason Merrill  <jason@redhat.com>
+
+       * doc/extend.texi (unused variable attribute): Applies to
+       structure fields as well.
+
 2021-06-12  Eugene Rozenfeld  <erozen@microsoft.com>
 
        * auto-profile.c (read_profile): fix a typo in an error string
index b0825d04bef09b9e7462a6d58f5a3bbe47baea69..b05fd773f9a3d059db85edcabec170542a318f2b 100644 (file)
@@ -1 +1 @@
-20210612
+20210613
index 12ab9cd549104fb520fd46bb1b60cac6025815bc..c14edd12e3bad42a9dd0f3bd1137fead93ea4f8e 100644 (file)
@@ -1,3 +1,7 @@
+2021-06-12  Jason Merrill  <jason@redhat.com>
+
+       * c-attribs.c (handle_unused_attribute): Handle FIELD_DECL.
+
 2021-06-11  Jakub Jelinek  <jakub@redhat.com>
 
        PR c++/100974
index 183dcf30d9cbdfd00bffbb6c7cae8987bb546631..c57a9010cbcc9a0bba5c34c172cb55f86cd43343 100644 (file)
@@ -1,3 +1,12 @@
+2021-06-12  Jason Merrill  <jason@redhat.com>
+
+       PR c++/101029
+       * init.c (build_vec_init): Shortcut [0] case.
+
+2021-06-12  Jason Merrill  <jason@redhat.com>
+
+       * pt.c (lookup_template_class_1): Shortcut current_class_type.
+
 2021-06-11  Patrick Palka  <ppalka@redhat.com>
 
        DR 1227
index 7798dddd4419c6377012006dccaefd7f6644ed8d..209bc72b93bedfbe87e478baad1d17efb14d37cf 100644 (file)
@@ -1,3 +1,19 @@
+2021-06-12  David Edelsohn  <dje.gcc@gmail.com>
+
+       * g++.dg/ext/builtin-shufflevector-2.C: Ignore psabi warning.
+       * gcc.dg/uninit-pr93100.c: Skip on AIX.
+       * gcc.target/powerpc/pr100085.c: Require int128 and float128.
+
+2021-06-12  Jason Merrill  <jason@redhat.com>
+
+       * g++.dg/ext/attrib62.C: No longer warn.
+       * g++.dg/diagnostic/maybe_unused1.C: New test.
+
+2021-06-12  Jason Merrill  <jason@redhat.com>
+
+       PR c++/101029
+       * g++.dg/ext/array4.C: New test.
+
 2021-06-11  Carl Love  <cel@us.ibm.com>
 
        * gcc.target/powerpc/check-builtin-vec_rlnm-runnable.c