Daily bump.
This commit is contained in:
parent
5d9d6c1cd8
commit
ec9dc4fa08
6 changed files with 39 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -1 +1 @@
|
|||
20210227
|
||||
20210228
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue