Daily bump.

This commit is contained in:
GCC Administrator
2023-06-24 00:20:02 +00:00
parent f4d011b4aa
commit e64fd0c315
4 changed files with 36 additions and 1 deletions

View File

@@ -1,3 +1,21 @@
2023-06-23 Richard Biener <rguenther@suse.de>
Backported from master:
2023-06-19 Richard Biener <rguenther@suse.de>
PR tree-optimization/110298
* tree-ssa-loop-ivcanon.cc (tree_unroll_loops_completely):
Clear number of iterations info before cleaning up the CFG.
2023-06-23 Richard Biener <rguenther@suse.de>
Backported from master:
2023-06-09 Richard Biener <rguenther@suse.de>
PR middle-end/110182
* match.pd (two conversions in a row): Use element_precision
to DTRT for VECTOR_TYPE.
2023-06-22 Alex Coplan <alex.coplan@arm.com>
Backported from master:

View File

@@ -1 +1 @@
20230623
20230624

View File

@@ -1,3 +1,11 @@
2023-06-23 Richard Biener <rguenther@suse.de>
Backported from master:
2023-06-19 Richard Biener <rguenther@suse.de>
PR tree-optimization/110298
* gcc.dg/torture/pr110298.c: New testcase.
2023-06-22 Alex Coplan <alex.coplan@arm.com>
Backported from master:

View File

@@ -1,3 +1,12 @@
2023-06-23 Jonathan Wakely <jwakely@redhat.com>
Backported from master:
2023-06-01 Jonathan Wakely <jwakely@redhat.com>
* doc/xml/manual/evolution.xml: Document removal of implicit
allocator rebinding extensions in strict mode and for C++20.
* doc/html/*: Regenerate.
2023-06-21 Jason Merrill <jason@redhat.com>
PR tree-optimization/105651