Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Sun, 28 Feb 2021 00:16:18 +0000 (00:16 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Sun, 28 Feb 2021 00:16:18 +0000 (00:16 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/cp/ChangeLog
gcc/testsuite/ChangeLog
libgomp/ChangeLog
libstdc++-v3/ChangeLog

index 23a703b..63328e2 100644 (file)
@@ -1,3 +1,18 @@
+2021-02-27  Iain Sandoe  <iain@sandoe.co.uk>
+
+       * config/host-darwin.c (darwin_gt_pch_use_address): Modify
+       diagnostic message to avoid use of a contraction and format
+       warning.
+
+2021-02-27  Jakub Jelinek  <jakub@redhat.com>
+
+       PR other/99288
+       * gcse.c (gcse_or_cprop_is_too_expensive): Use %wu instead of
+       HOST_WIDE_INT_PRINT_UNSIGNED in warning format string.
+       * ipa-devirt.c (ipa_odr_read_section): Use %wd instead of
+       HOST_WIDE_INT_PRINT_DEC in inform format string.  Fix comment
+       typos.
+
 2021-02-26  Richard Biener  <rguenther@suse.de>
 
        PR middle-end/99281
index 72828d4..e3dfd68 100644 (file)
@@ -1 +1 @@
-20210227
+20210228
index b5c0542..9f80dde 100644 (file)
@@ -1,3 +1,9 @@
+2021-02-27  Jason Merrill  <jason@redhat.com>
+
+       PR c++/90333
+       * parser.c (cp_parser_lambda_declarator_opt): Accept GNU attributes
+       between () and ->.
+
 2021-02-26  Jakub Jelinek  <jakub@redhat.com>
 
        * parser.c (cp_parser_lambda_declarator_opt): Implement
index 414fd7b..ff8fc65 100644 (file)
@@ -1,3 +1,8 @@
+2021-02-27  Jason Merrill  <jason@redhat.com>
+
+       PR c++/90333
+       * g++.dg/ext/attr-lambda3.C: New test.
+
 2021-02-26  Alexandre Oliva  <oliva@gnu.org>
 
        * gcc.target/powerpc/pr67789.c: Revert fpic target requirement
index 7948d09..4f03161 100644 (file)
@@ -1,3 +1,8 @@
+2021-02-27  Iain Sandoe  <iain@sandoe.co.uk>
+
+       * testsuite/libgomp.c-c++-common/pr96390.c: Require alias
+       support from the target.
+
 2021-02-25  Kwok Cheung Yeung  <kcy@codesourcery.com>
            Jakub Jelinek  <jakub@redhat.com>
 
index 2df8f70..eed8d84 100644 (file)
@@ -1,3 +1,10 @@
+2021-02-27  Jonathan Wakely  <jwakely@redhat.com>
+
+       PR libstdc++/99301
+       * include/std/chrono (year_month_day::_M_days_since_epoch()):
+       Convert chrono::month and chrono::day to unsigned before
+       converting to uint32_t.
+
 2021-02-25  Jonathan Wakely  <jwakely@redhat.com>
 
        * include/std/chrono (year_month_day::_S_from_days): Perform