]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Thu, 10 Dec 2020 00:17:24 +0000 (00:17 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Thu, 10 Dec 2020 00:17:24 +0000 (00:17 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/cp/ChangeLog
gcc/testsuite/ChangeLog

index 73eb0051f382914865b529031a8b142be6fb84c4..73181da607e7c993c9e1219952653cef95e8f973 100644 (file)
@@ -1,3 +1,11 @@
+2020-12-09  Kewen Lin  <linkw@linux.ibm.com>
+
+       Backported from master:
+       2020-08-19  Kewen Lin  <linkw@linux.ibm.com>
+
+       * opts-global.c (decode_options): Call target_option_override_hook
+       before it prints for --help=*.
+
 2020-12-08  Andrea Corallo  <andrea.corallo@arm.com>
 
        * config/arm/arm.c (mve_vector_mem_operand): Fix unwanted
index c8f34b85e9517b080bb555f977d3f88ff7ce0cf2..9320aaa99a8856c917f7a790f069f86e319d5d41 100644 (file)
@@ -1 +1 @@
-20201209
+20201210
index 5bc7225aa19d71313a77323968f4a677b93aad77..50b4fcbccce80e4b433f04f9383d132e5872beb7 100644 (file)
@@ -1,3 +1,9 @@
+2020-12-09  Jason Merrill  <jason@redhat.com>
+
+       PR c++/93083
+       * pt.c (convert_template_argument): Handle equivalent placeholders.
+       (do_class_deduction): Look through EXPR_PACK_EXPANSION, too.
+
 2020-12-02  Richard Sandiford  <richard.sandiford@arm.com>
 
        Backported from master:
index 1658266d5e98460f1e497c6fa88cdcfa4423ca6a..0ae4cf6b9438829ab363646057753f373235f165 100644 (file)
@@ -1,3 +1,8 @@
+2020-12-09  Jason Merrill  <jason@redhat.com>
+
+       PR c++/93083
+       * g++.dg/cpp2a/nontype-class40.C: New test.
+
 2020-12-08  Eric Botcazou  <ebotcazou@adacore.com>
 
        PR target/96470