Re: [PATCH] libgccjit: Add support for setting the alignment [PR104293]

2022-04-12 Thread David Malcolm via Gcc-patches
On Sat, 2022-04-09 at 13:50 -0400, Antoni Boucher wrote: > Here's the updated patch. > > On Fri, 2022-04-08 at 15:01 -0400, David Malcolm wrote: > > On Sun, 2022-01-30 at 20:38 -0500, Antoni Boucher via Gcc-patches > > wrote: > > > Hi. > > > This patch adds support for setting the alignment of var

Re: [PATCH] libgccjit: Add support for setting the alignment [PR104293]

2022-04-09 Thread Antoni Boucher via Gcc-patches
tion *func_main = > > +    gcc_jit_context_new_function (ctxt, NULL, > > +     GCC_JIT_FUNCTION_EXPORTED, > > + int_type, > > + "main", > > + 

Re: [PATCH] libgccjit: Add support for setting the alignment [PR104293]

2022-04-08 Thread David Malcolm via Gcc-patches
On Sun, 2022-01-30 at 20:38 -0500, Antoni Boucher via Gcc-patches wrote: > Hi. > This patch adds support for setting the alignment of variables in > libgccjit. Thanks. Sorry about the delay in reviewing it. > > I was wondering if I should change it so that it takes/returns bytes > instead of bi

[PATCH] libgccjit: Add support for setting the alignment [PR104293]

2022-01-30 Thread Antoni Boucher via Gcc-patches
Boucher Date: Tue, 25 Jan 2022 21:12:32 -0500 Subject: [PATCH] libgccjit: Add support for setting the alignment [PR104293] 2022-01-30 Antoni Boucher gcc/jit/ PR jit/104293 * docs/topics/compatibility.rst (LIBGCCJIT_ABI_24): New ABI tag. * docs/topics/expressions.rst: Add documentation for the