Daily bump.

This commit is contained in:
GCC Administrator
2023-07-18 00:20:49 +00:00
parent 04e8808841
commit 2b4ca304b1
4 changed files with 29 additions and 1 deletions
+6
View File
@@ -1,3 +1,9 @@
2023-07-17 Richard Biener <rguenther@suse.de>
PR tree-optimization/110669
* tree-scalar-evolution.cc (analyze_and_compute_bitop_with_inv_effect):
Check we matched a header PHI.
2023-07-14 Uros Bizjak <ubizjak@gmail.com>
Backported from master:
+1 -1
View File
@@ -1 +1 @@
20230717
20230718
+9
View File
@@ -1,3 +1,12 @@
2023-07-17 Patrick Palka <ppalka@redhat.com>
Backported from master:
2023-07-15 Patrick Palka <ppalka@redhat.com>
PR c++/110524
* mangle.cc (write_expression): Handle TEMPLATE_ID_EXPR
whose template is already an IDENTIFIER_NODE.
2023-07-01 Patrick Palka <ppalka@redhat.com>
Backported from master:
+13
View File
@@ -1,3 +1,16 @@
2023-07-17 Patrick Palka <ppalka@redhat.com>
Backported from master:
2023-07-15 Patrick Palka <ppalka@redhat.com>
PR c++/110524
* g++.dg/cpp2a/fn-template26.C: New test.
2023-07-17 Richard Biener <rguenther@suse.de>
PR tree-optimization/110669
* gcc.dg/torture/pr110669.c: New testcase.
2023-07-14 Uros Bizjak <ubizjak@gmail.com>
Backported from master: