+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 .. .
+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.
+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>