On Mon, 2022-07-11 at 11:56 +0100, Pedro Alves wrote:
> Hi!
>
> On 2022-07-08 9:46 p.m., David Malcolm via Gcc wrote:
> > - pending_diagnostic *d,
> > +
> > std::unique_ptr d,
>
> I see that you didn't add any typedef for std::un
On Mon, Jun 27, 2022 at 10:52 AM Philip Herron
wrote:
>
> Hi everyone,
>
> Since November 2020, I've worked full-time on the Rust front-end for
> GCC, thanks to Open Source Security, Inc and Embecosm. As a result, I
> am writing to this mailing list to seek feedback from the collective
> experienc
What if we use auto generate header file tool in our project.
Hi!
On 2022-07-08 9:46 p.m., David Malcolm via Gcc wrote:
> - pending_diagnostic *d,
> + std::unique_ptr d,
I see that you didn't add any typedef for std::unique_ptr in this patch.
It will be
inevitable that people will start addin
On Fri, Jul 8, 2022 at 7:32 PM Philip Herron wrote:
>
> Hi Richard
>
> Thanks for your detailed response, I took some time to figure this out
> myself to give a decent response. It seems like we should keep the end
> of the year as our goal to aim for but in the meantime see if we can
> split patc