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- > > > types > > > patch, and some nit-fixes for the other patches (but am > > > disappearing > > > on > > > vacation on 18th - 22nd). > > > > I'll update the patches to address your review over the weekend. > > Thanks! > > Thanks. > > I've been working through them today, fixing things up so they commit > cleanly, and fixing a few more nits, but it's clear I'm not going to > be > done tonight. > > I hope to push the 5 jit patches to trunk for GCC 12 tomorrow > (assuming > my tests pass).
I've now pushed the 5 jit patches to trunk for GCC 12, as r12-8116-gaf80ea97b61847 through: r12-8120-g6e5ad1cc24a315 after successful bootstrap and regression testing on x86_64-pc-linux- gnu; see various other recent mails to the gcc-patches/jit mailing lists for the details of the specific patches. Hopefully that's everything that will be needed for gcc 12 for a version of rustc_codegen_gcc to be able to use upstream gcc 12 libgccjit (and that I didn't break anything). I'm working on a wwwdocs patch for the GCC 12 release notes (for these libgccjit API extensions). Thanks again for all the patches Dave