]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Wed, 3 Jun 2020 00:17:05 +0000 (00:17 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Wed, 3 Jun 2020 00:17:05 +0000 (00:17 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/cp/ChangeLog
gcc/d/ChangeLog
gcc/testsuite/ChangeLog

index a15ce0f0a36cee45ffb5aa5caad7b5d8067d0401..3be43dded874aab13a016ab49ed9a88d44fe70da 100644 (file)
@@ -1,3 +1,14 @@
+2020-06-02  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
+
+       * config/aarch64/aarch64-cores.def (zeus): Define.
+       * config/aarch64/aarch64-tune.md: Regenerate.
+       * doc/invoke.texi (AArch64 Options): Document zeus -mcpu option.
+
+2020-06-02  Iain Buclaw  <ibuclaw@gdcproject.org>
+
+       PR target/95420
+       * config.gcc (arm-wrs-vxworks7*): Set default cpu to generic-armv7-a.
+
 2020-05-29  Alex Coplan  <alex.coplan@arm.com>
 
        PR target/94591
index 2bd6d2b45fc73d1d61cc3be054d87a113c3b4105..2850e5460473817a8083502286a2f72f04a3fe5c 100644 (file)
@@ -1 +1 @@
-20200602
+20200603
index 697bac22f25e8a321129fb7552fe1aba332af411..8e89dfce58722a5041b27b2f124e75fda743bfc7 100644 (file)
@@ -1,3 +1,19 @@
+2020-06-02  Patrick Palka  <ppalka@redhat.com>
+
+       PR c++/92633
+       PR c++/92838
+       * pt.c (tsubst_function_decl): Don't do set_constraints when
+       regenerating a lambda.
+       (tsubst_lambda_expr): Substitute into the lambda's constraints
+       and do set_constraints here.
+
+2020-06-02  Patrick Palka  <ppalka@redhat.com>
+
+       PR c++/95020
+       * constraint.cc (tsubst_requires_expr): Produce a new
+       requires-expression when processing_template_decl, even if
+       template arguments are not dependent.
+
 2020-05-30  Patrick Palka  <ppalka@redhat.com>
 
        PR c++/95386
index 9cf976d97e1ac297b841726bf1070072707fc644..3c3ee4d8e36734defad6e845b242c6c366d78e58 100644 (file)
@@ -1,3 +1,8 @@
+2020-06-02  Iain Buclaw  <ibuclaw@gdcproject.org>
+
+       * d-builtins.cc (build_frontend_type): Handle struct fields with NULL
+       DECL_NAME.  Use byte_position to get the real field offset.
+
 2020-05-17  Iain Buclaw  <ibuclaw@gdcproject.org>
 
        Backport from mainline
index 6c30f02e039e7d691b631b8df0b833007aa0095a..2a985eefae1a49e461597c49c3675b2fd6ec5935 100644 (file)
@@ -1,3 +1,15 @@
+2020-06-02  Patrick Palka  <ppalka@redhat.com>
+
+       PR c++/92633
+       PR c++/92838
+       * g++.dg/cpp2a/concepts-lambda11.C: New test.
+       * g++.dg/cpp2a/concepts-lambda12.C: New test.
+
+2020-06-02  Patrick Palka  <ppalka@redhat.com>
+
+       PR c++/95020
+       * g++.dg/cpp2a/concepts-lambda7.C: New test.
+
 2020-06-01  Thomas Koenig  <tkoenig@gcc.gnu.org>
 
        PR fortran/94361