Re: [PATCH] libgccjit: Allow comparing vector types

2022-12-13 Thread David Malcolm via Gcc-patches
On Tue, 2022-12-13 at 16:27 -0500, Antoni Boucher wrote: > Thanks! > > David: you mentioned gcc 10. For now, I only intend to make changes > to > the next release (13). Is this OK or should I backport all my fixes > to > all active releases? (I'm not sure what are GCC policies here.) I think it v

Re: [PATCH] libgccjit: Allow comparing vector types

2022-12-13 Thread Antoni Boucher via Gcc-patches
Thanks! David: you mentioned gcc 10. For now, I only intend to make changes to the next release (13). Is this OK or should I backport all my fixes to all active releases? (I'm not sure what are GCC policies here.) On Tue, 2022-12-13 at 16:24 -0500, David Malcolm wrote: > On Mon, 2022-12-12 at 21:

Re: [PATCH] libgccjit: Allow comparing vector types

2022-12-13 Thread David Malcolm via Gcc-patches
On Mon, 2022-12-12 at 21:31 -0500, Antoni Boucher via Jit wrote: > Hi. > This fixes bug 108078. > Thanks for the review. [...snip...] > diff --git a/gcc/jit/jit-recording.h b/gcc/jit/jit-recording.h > index 5d7c7177cc3..4ec0fff4843 100644 > --- a/gcc/jit/jit-recording.h > +++ b/gcc/jit/jit-record

[PATCH] libgccjit: Allow comparing vector types

2022-12-12 Thread Antoni Boucher via Gcc-patches
Hi. This fixes bug 108078. Thanks for the review. From 016d23eeab1536e2ce0607d422fe4bb42b55c2dc Mon Sep 17 00:00:00 2001 From: Antoni Boucher Date: Fri, 24 Jun 2022 21:05:29 -0400 Subject: [PATCH] libgccjit: Allow comparing vector types gcc/jit/ChangeLog: PR jit/108078 * jit-recording.h: Add