Daily bump.

This commit is contained in:
GCC Administrator 2022-02-28 00:16:17 +00:00
parent 0096b0b467
commit 88c1b0385a
4 changed files with 18 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2022-02-27 John David Anglin <danglin@gcc.gnu.org>
* inclhack.def (hpux_math_constexpr): New hack.
* fixincl.x: Regenerate.
* tests/base/math.h: Update.
2022-02-04 Martin Liska <mliska@suse.cz>
* fixinc.in: Use cd OLDDIR instead of cd .. .

View File

@ -1 +1 @@
20220227
20220228

View File

@ -1,3 +1,9 @@
2022-02-27 Jason Merrill <jason@redhat.com>
PR c++/104618
* typeck.cc (cp_build_addr_expr_1): Also
maybe_undo_parenthesized_ref.
2022-02-24 Martin Liska <mliska@suse.cz>
* pt.cc (defarg_insts_for): Use braces for subobject.

View File

@ -1,3 +1,8 @@
2022-02-27 Jason Merrill <jason@redhat.com>
PR c++/104618
* g++.dg/overload/paren1.C: New test.
2022-02-25 Jakub Jelinek <jakub@redhat.com>
Marc Glisse <marc.glisse@inria.fr>