]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Sat, 20 Jun 2020 00:16:56 +0000 (00:16 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Sat, 20 Jun 2020 00:16:56 +0000 (00:16 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/cp/ChangeLog
gcc/testsuite/ChangeLog

index 25313d9cb6ccbc1920cb5c1dd6a99271364c8c6f..0670d7768cb950b7fadd946d2e01b9342db0023f 100644 (file)
@@ -1,3 +1,13 @@
+2020-06-19  Jiufu Guo  <guojiufu@linux.ibm.com>
+
+       PR target/95018
+       * common.opt (flag_cunroll_grow_size): New flag.
+       * toplev.c (process_options): Set flag_cunroll_grow_size.
+       * tree-ssa-loop-ivcanon.c (pass_complete_unroll::execute):
+       Use flag_cunroll_grow_size.
+       * config/rs6000/rs6000.c (rs6000_option_override_internal):
+       Override flag_cunroll_grow_size.
+
 2020-06-18  Aaron Sawdey  <acsawdey@linux.ibm.com>
 
        PR target/95347
index bfd6abf660db7420d406333b58a251dcc72cf3ad..34d423ff9ba755cd9c85256dd4aeea3b925df124 100644 (file)
@@ -1 +1 @@
-20200619
+20200620
index 8e3bcfb0e6f8273aa6998fd4f568fc2ad2631fab..c0fcc8eb0977c216769f40852e7293f713515463 100644 (file)
@@ -1,3 +1,21 @@
+2020-06-19  Jason Merrill  <jason@redhat.com>
+
+       * method.c (early_check_defaulted_comparison): Allow defaulting
+       comparison outside class.  Complain if non-member operator isn't a
+       friend.
+
+2020-06-19  Jason Merrill  <jason@redhat.com>
+
+       * method.c (early_check_defaulted_comparison): Check for &&.
+       (build_comparison_op): Allow empty union.  Diagnose non-category
+       type.
+       (common_comparison_type): Remove handling for non-category type.
+
+2020-06-19  Jason Merrill  <jason@redhat.com>
+
+       * call.c (build_new_op_1): Don't look for a CALL_EXPR when
+       calling a consteval function.
+
 2020-06-17  Marek Polacek  <polacek@redhat.com>
 
        PR c++/95508
index 2d3bdd647425afaaf193287bf3555e09ee3bb53e..33dea98b3b0340baafb11ab0a400898a13a8b291 100644 (file)
@@ -1,3 +1,18 @@
+2020-06-19  Jason Merrill  <jason@redhat.com>
+
+       * g++.dg/cpp2a/spaceship-friend1.C: New test.
+       * g++.dg/cpp2a/spaceship-err4.C: Adjust diagnostic.
+
+2020-06-19  Jason Merrill  <jason@redhat.com>
+
+       * g++.dg/cpp2a/spaceship-ref1.C: New test.
+       * g++.dg/cpp2a/spaceship-synth-neg4.C: New test.
+       * g++.dg/cpp2a/spaceship-union1.C: New test.
+
+2020-06-19  Jason Merrill  <jason@redhat.com>
+
+       * g++.dg/cpp2a/consteval17.C: New test.
+
 2020-06-18  Jakub Jelinek  <jakub@redhat.com>
 
        Backported from master: