Re: rustc_codegen_gcc and libgccjit for GCC 12 ?

2022-04-12 Thread David Malcolm via Gcc-patches
On Mon, 2022-04-11 at 19:56 -0400, David Malcolm wrote: > On Fri, 2022-04-08 at 16:37 -0400, Antoni Boucher wrote: > > On Fri, 2022-04-08 at 15:36 -0400, David Malcolm wrote: > > [...snip...] > > > > > > > > > So I think I'm waiting on an updated version of the sized- > > > integer- > > > type

Re: rustc_codegen_gcc and libgccjit for GCC 12 ?

2022-04-11 Thread David Malcolm via Gcc-patches
On Fri, 2022-04-08 at 16:37 -0400, Antoni Boucher wrote: > On Fri, 2022-04-08 at 15:36 -0400, David Malcolm wrote: [...snip...] > > > > So I think I'm waiting on an updated version of the sized-integer- > > types > > patch, and some nit-fixes for the other patches (but am > > disappearing > >

Re: rustc_codegen_gcc and libgccjit for GCC 12 ?

2022-04-10 Thread Richard Biener via Gcc-patches
On Fri, 8 Apr 2022, David Malcolm wrote: > I'm excited to read that rustc_codegen_gcc, the libgccjit-based backend > for rustc can now bootstrap rustc: > https://blog.antoyo.xyz/rustc_codegen_gcc-progress-report-10 > > I've been focusing on the analyzer, and so haven't been as on top of > libgc

Re: rustc_codegen_gcc and libgccjit for GCC 12 ?

2022-04-08 Thread Antoni Boucher via Gcc-patches
On Fri, 2022-04-08 at 15:36 -0400, David Malcolm wrote: > I'm excited to read that rustc_codegen_gcc, the libgccjit-based > backend > for rustc can now bootstrap rustc: >   https://blog.antoyo.xyz/rustc_codegen_gcc-progress-report-10 > > I've been focusing on the analyzer, and so haven't been as o

rustc_codegen_gcc and libgccjit for GCC 12 ?

2022-04-08 Thread David Malcolm via Gcc-patches
I'm excited to read that rustc_codegen_gcc, the libgccjit-based backend for rustc can now bootstrap rustc: https://blog.antoyo.xyz/rustc_codegen_gcc-progress-report-10 I've been focusing on the analyzer, and so haven't been as on top of libgccjit patch review as I should have been. Sorry about