Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 28 Feb 2022 00:16:17 +0000 (00:16 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 28 Feb 2022 00:16:17 +0000 (00:16 +0000)
fixincludes/ChangeLog
gcc/DATESTAMP
gcc/cp/ChangeLog
gcc/testsuite/ChangeLog

index c2a1085..f985d4a 100644 (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 .. .
index 673d61d..e5b42f5 100644 (file)
@@ -1 +1 @@
-20220227
+20220228
index 497d085..5fc1817 100644 (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.
index e6b856e..fc17fe4 100644 (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>