mirror of git://gcc.gnu.org/git/gcc.git
Daily bump.
This commit is contained in:
parent
4782729355
commit
cbf2ed4b30
|
@ -1 +1 @@
|
|||
20240602
|
||||
20240603
|
||||
|
|
|
@ -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>
|
||||
|
||||
PR c++/114867
|
||||
|
|
|
@ -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>
|
||||
|
||||
PR analyzer/106203
|
||||
|
|
|
@ -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>
|
||||
|
||||
PR libstdc++/115269
|
||||
|
|
Loading…
Reference in New Issue