Daily bump.

This commit is contained in:
GCC Administrator 2024-06-03 00:16:29 +00:00
parent 4782729355
commit cbf2ed4b30
4 changed files with 17 additions and 1 deletions

View File

@ -1 +1 @@
20240602 20240603

View File

@ -1,3 +1,9 @@
2024-06-02 Simon Martin <simon@nasilyan.com>
PR c++/109958
* typeck.cc (build_class_member_access_expr): Handle single OVERLOADs.
(cp_build_addr_expr_1): Likewise.
2024-06-01 Nathaniel Shead <nathanieloshead@gmail.com> 2024-06-01 Nathaniel Shead <nathanieloshead@gmail.com>
PR c++/114867 PR c++/114867

View File

@ -1,3 +1,8 @@
2024-06-02 Simon Martin <simon@nasilyan.com>
PR c++/109958
* g++.dg/overload/using6.C: New test.
2024-06-01 David Malcolm <dmalcolm@redhat.com> 2024-06-01 David Malcolm <dmalcolm@redhat.com>
PR analyzer/106203 PR analyzer/106203

View File

@ -1,3 +1,8 @@
2024-06-02 Gerald Pfeifer <gerald@pfeifer.com>
* doc/xml/api.xml: Move gcc.gnu.org links to https.
* doc/html/api.html: Regenerate.
2024-06-01 Jonathan Wakely <jwakely@redhat.com> 2024-06-01 Jonathan Wakely <jwakely@redhat.com>
PR libstdc++/115269 PR libstdc++/115269