Re: [PATCH] libgccjit: Make new_array_type take unsigned long

2024-02-23 Thread Antoni Boucher
I had forgotten to add the doc since there is now a new API. Here it is. On Wed, 2024-02-21 at 19:45 -0500, Antoni Boucher wrote: > Thanks for the review. > > Here's the updated patch. > > On Thu, 2023-12-07 at 20:04 -0500, David Malcolm wrote: > > On Thu, 2023-12-07 at 17:29 -0500, Antoni

Re: [PATCH] libgccjit: Make new_array_type take unsigned long

2024-02-21 Thread Antoni Boucher
ioning > see e.g. Section 3.7 of Ulrich Drepper's "How To Write Shared > Libraries", but I'm a bit wary of cross-platform compatibility with > that. > > Dave > > From 4886f05909b0770a673f220a8957d0104d5014d3 Mon Sep 17 00:00:00 2001 From: Antoni Boucher Date: Sat, 4 Mar

Re: [PATCH] libgccjit: Make new_array_type take unsigned long

2023-12-07 Thread David Malcolm
On Thu, 2023-12-07 at 17:29 -0500, Antoni Boucher wrote: > Hi. > This patches update gcc_jit_context_new_array_type to take the size > as > an unsigned long instead of a int, to allow creating bigger array > types. > > I haven't written the ChangeLog yet because I wasn't sure it's > allowed > to

[PATCH] libgccjit: Make new_array_type take unsigned long

2023-12-07 Thread Antoni Boucher
suggest? Thanks. From 59b7e8af99d5f680e6d622631b1b75609fe1b982 Mon Sep 17 00:00:00 2001 From: Antoni Boucher Date: Sat, 4 Mar 2023 00:44:49 -0500 Subject: [PATCH] libgccjit: Make new_array_type take unsigned long --- gcc/jit/jit-playback.cc | 2 +- gcc/jit/jit-playback.h | 2 +- gcc/jit/jit