]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 16 May 2022 00:16:23 +0000 (00:16 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 16 May 2022 00:16:23 +0000 (00:16 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/cp/ChangeLog
gcc/testsuite/ChangeLog

index 31c63f69f3e8a5cedabc52033b2cf4970a865586..fb6deba1ff70d7349a01484670e43216aa74ff98 100644 (file)
@@ -1,3 +1,25 @@
+2022-05-15  Uroš Bizjak  <ubizjak@gmail.com>
+
+       * config/i386/i386.md: Remove constraints when used with
+       const_int_operand, const0_operand, const_1_operand, constm1_operand,
+       const8_operand, const128_operand, const248_operand, const123_operand,
+       const2367_operand, const1248_operand, const359_operand,
+       const_4_or_8_to_11_operand, const48_operand, const_0_to_1_operand,
+       const_0_to_3_operand, const_0_to_4_operand, const_0_to_5_operand,
+       const_0_to_7_operand, const_0_to_15_operand, const_0_to_31_operand,
+       const_0_to_63_operand, const_0_to_127_operand, const_0_to_255_operand,
+       const_0_to_255_mul_8_operand, const_1_to_31_operand,
+       const_1_to_63_operand, const_2_to_3_operand, const_4_to_5_operand,
+       const_4_to_7_operand, const_6_to_7_operand, const_8_to_9_operand,
+       const_8_to_11_operand, const_8_to_15_operand, const_10_to_11_operand,
+       const_12_to_13_operand, const_12_to_15_operand, const_14_to_15_operand,
+       const_16_to_19_operand, const_16_to_31_operand, const_20_to_23_operand,
+       const_24_to_27_operand and const_28_to_31_operand.
+       * config/i386/mmx.md: Ditto.
+       * config/i386/sse.md: Ditto.
+       * config/i386/subst.md: Ditto.
+       * config/i386/sync.md: Ditto.
+
 2022-05-13  Roger Sayle  <roger@nextmovesoftware.com>
            Uroš Bizjak  <ubizjak@gmail.com>
 
index df5469fc3817e691ce5968ccc5ed199f0fc0c0f9..634dc22adcd3c14d3d886cfe2cfa23ba1cf9b421 100644 (file)
@@ -1 +1 @@
-20220515
+20220516
index 090124f0bc53170d525c50567783bb40d131341a..cf79e0c9dc8b4370f98764277d9b478429b40d51 100644 (file)
@@ -1,3 +1,22 @@
+2022-05-15  Jason Merrill  <jason@redhat.com>
+
+       PR c++/100502
+       PR c++/58993
+       * friend.cc (is_friend): Hidden friends count as members.
+       * search.cc (friend_accessible_p): Likewise.
+
+2022-05-15  Jason Merrill  <jason@redhat.com>
+
+       * parser.cc (cp_parser_template_name): Look through
+       injected-class-name.
+
+2022-05-15  Jason Merrill  <jason@redhat.com>
+
+       PR c++/105589
+       PR c++/105191
+       PR c++/92385
+       * init.cc (build_value_init): Handle class in template.
+
 2022-05-13  Nathan Sidwell  <nathan@acm.org>
 
        * mangle.cc (maybe_write_module): Check external linkage.
index 3109d8e6ea28aea42399ce217d8585064f08ae5c..b643e0b7b2ad679ea713630ebd8fd2b014a0b6dd 100644 (file)
@@ -1,3 +1,18 @@
+2022-05-15  Jason Merrill  <jason@redhat.com>
+
+       PR c++/100502
+       PR c++/58993
+       * g++.dg/template/access37.C: Now OK.
+       * g++.dg/template/friend69.C: Now OK.
+       * g++.dg/lookup/friend23.C: New test.
+
+2022-05-15  Jason Merrill  <jason@redhat.com>
+
+       PR c++/105589
+       PR c++/105191
+       PR c++/92385
+       * g++.dg/cpp0x/initlist-array16.C: New test.
+
 2022-05-13  Marek Polacek  <polacek@redhat.com>
 
        PR c++/81952