]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
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 c2a10852869454a16c6094736851fb03ea25f788..f985d4ae205a69e4a9563d8fe6b6465dcd448aea 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 673d61d908bcef841fa09494058dc1ee59eb91bc..e5b42f549e8a5f7681dc91fbb41aeb45c0c163bb 100644 (file)
@@ -1 +1 @@
-20220227
+20220228
index 497d08515393c70fdf920bd64c32127b8441a026..5fc181740ad09167233f34d60d4074cd27349163 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 e6b856ea16bbd8d70992cbf87732805fddf8c06c..fc17fe4904800a9361aba60c2b463bc7cacaf973 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>