On Tue, Apr 30, 2024 at 02:46:15PM -0400, Jason Merrill wrote: > On 3/4/24 06:18, Nathaniel Shead wrote: > > Bootstrapped and regtested on x86_64-pc-linux-gnu. This should probably > > wait for GCC 15 I suppose, but sending it in now in case there are any > > comments. > > OK for trunk.
I've committed following patch to mark it as implemented: diff --git a/htdocs/projects/cxx-status.html b/htdocs/projects/cxx-status.html index 4f5def93..b25959b6 100644 --- a/htdocs/projects/cxx-status.html +++ b/htdocs/projects/cxx-status.html @@ -569,7 +569,7 @@ <tr> <td> DR: Meaningful exports </td> <td> <a href="https://wg21.link/p2615">P2615R1</a></td> - <td class="unsupported"> <a href="https://gcc.gnu.org/PR107688">No</a></td> + <td class="supported"> <a href="../gcc-15/changes.html#cxx">15</a></td> <td> </td> </tr> <!-- Kona 2022, https://github.com/cplusplus/papers/issues/1316 --> Jakub