]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
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 23a703bf78f9716ed2353359afc8d19cb715fb60..63328e218b2ecbd4ef976148a3fa2987b793803f 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 72828d4af81c1c6b89c09a83e7c5dec2a2ca07f4..e3dfd68aee83e4b57633ef68547c04a349906eee 100644 (file)
@@ -1 +1 @@
-20210227
+20210228
index b5c05426c130ae1ffd4e694162ae6cd758d77a5f..9f80dde6281d354e3af707cbfc4971376cd2a020 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 414fd7b482c59a6750c5e5d9f7ffd8f574181080..ff8fc6558d4bbb887678f9a7d3d1e5c185b04ff4 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 7948d0938631f06080195c828c5bb9bf6538c860..4f031614d8025daed9bc97c962616bb9d787501f 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 2df8f703a044c7d418e83d30f5a3c50d78a0c2dd..eed8d844c6d0d86b72f8bd2df048c98dabaffccc 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