Daily bump.

This commit is contained in:
GCC Administrator 2021-06-13 00:16:35 +00:00
parent d64584d2fb
commit 8b8c391279
5 changed files with 35 additions and 1 deletions

View 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

View file

@ -1 +1 @@
20210612
20210613

View 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

View 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

View 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