Re: [PATCH v3 0/5] c++/modules: Implement P1815 "Translation-unit-local entities"

2024-12-19 Thread Nathaniel Shead
On Thu, Dec 19, 2024 at 10:38:09AM -0500, Jason Merrill wrote: > On 12/18/24 9:17 AM, Nathaniel Shead wrote: > > On Tue, Dec 17, 2024 at 03:58:38PM -0500, Jason Merrill wrote: > > > On 11/27/24 3:53 AM, Nathaniel Shead wrote: > > > > Gentle ping for this series: > > > > https://gcc.gnu.org/pipermai

Re: [PATCH v3 0/5] c++/modules: Implement P1815 "Translation-unit-local entities"

2024-12-19 Thread Jason Merrill
On 12/18/24 9:17 AM, Nathaniel Shead wrote: On Tue, Dec 17, 2024 at 03:58:38PM -0500, Jason Merrill wrote: On 11/27/24 3:53 AM, Nathaniel Shead wrote: Gentle ping for this series: https://gcc.gnu.org/pipermail/gcc-patches/2024-October/665108.html Most of the patches no longer applied cleanly t

Re: [PATCH v3 0/5] c++/modules: Implement P1815 "Translation-unit-local entities"

2024-12-18 Thread Nathaniel Shead
On Tue, Dec 17, 2024 at 03:58:38PM -0500, Jason Merrill wrote: > On 11/27/24 3:53 AM, Nathaniel Shead wrote: > > Gentle ping for this series: > > https://gcc.gnu.org/pipermail/gcc-patches/2024-October/665108.html > > > > Most of the patches no longer applied cleanly to trunk since the last > > tim

Re: [PATCH v3 0/5] c++/modules: Implement P1815 "Translation-unit-local entities"

2024-12-17 Thread Jason Merrill
On 11/27/24 3:53 AM, Nathaniel Shead wrote: Gentle ping for this series: https://gcc.gnu.org/pipermail/gcc-patches/2024-October/665108.html Most of the patches no longer applied cleanly to trunk since the last time I pinged this so I'm attaching newly rebased patches. One slight adjustment I've

Re: [PATCH v3 0/5] c++/modules: Implement P1815 "Translation-unit-local entities"

2024-10-31 Thread Nathaniel Shead
Gentle ping for the first two patches in this series: https://gcc.gnu.org/pipermail/gcc-patches/2024-October/665108.html On Sat, Oct 12, 2024 at 12:29:09AM +1100, Nathaniel Shead wrote: > This patch series implements most of the changes made by P1815. It also > cleans up a few bugs found along th

[PATCH v3 0/5] c++/modules: Implement P1815 "Translation-unit-local entities"

2024-10-11 Thread Nathaniel Shead
This patch series implements most of the changes made by P1815. It also cleans up a few bugs found along the way that impacted tests I wrote. The whole patch series was bootstrapped on x86_64-pc-linux-gnu and aarch64-unknown-linux-gnu with no regressions. A range-diff against v2 is attached; the