Daily bump.

This commit is contained in:
GCC Administrator 2021-01-30 00:18:48 +00:00
parent ca02f0a0eb
commit 47138dac88
4 changed files with 31 additions and 1 deletions

View File

@ -1,3 +1,13 @@
2021-01-29 Richard Biener <rguenther@suse.de>
Backported from master:
2021-01-29 Bin Cheng <bin.cheng@linux.alibaba.com>
Richard Biener <rguenther@suse.de>
PR tree-optimization/97627
* tree-ssa-loop-niter.c (number_of_iterations_exit_assumptions):
Do not analyze fake edges.
2021-01-21 Wilco Dijkstra <wdijkstr@arm.com>
Backported from master:

View File

@ -1 +1 @@
20210129
20210130

View File

@ -1,3 +1,9 @@
2021-01-29 Jason Merrill <jason@redhat.com>
PR c++/63707
* tree.c (build_vec_init_expr): Don't call build_vec_init_elt
if we got a CONSTRUCTOR.
2020-12-16 Nathan Sidwell <nathan@acm.org>
* parser.c (cp_parser_elaborated_type_specifier): Test

View File

@ -1,3 +1,17 @@
2021-01-29 Jason Merrill <jason@redhat.com>
PR c++/63707
* g++.dg/cpp0x/initlist-array13.C: New test.
2021-01-29 Richard Biener <rguenther@suse.de>
Backported from master:
2021-01-29 Bin Cheng <bin.cheng@linux.alibaba.com>
Richard Biener <rguenther@suse.de>
PR tree-optimization/97627
* g++.dg/pr97627.C: New testcase.
2021-01-28 Harald Anlauf <anlauf@gmx.de>
Backported from master: