Re: Rust front-end

2022-07-11 Thread Richard Biener via Gcc
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

Re: [RFC] Using std::unique_ptr and std::make_unique in our code

2022-07-11 Thread Pedro Alves
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

Auto generate header file

2022-07-11 Thread Skrab Sah via Gcc
What if we use auto generate header file tool in our project.

Re: Rust front-end

2022-07-11 Thread David Edelsohn via Gcc
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

Re: [RFC] Using std::unique_ptr and std::make_unique in our code

2022-07-11 Thread David Malcolm via Gcc
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