[PATCH] libgccjit: Handle truncation and extension for casts [PR 95498]

Antoni Boucher bouanto@zoho.com
Tue Jul 6 13:00:53 GMT 2021


I updated the patch to fix this.
I'm sending the patch once again for review.
Thanks.

Le samedi 19 juin 2021 à 11:08 +0200, Bernhard Reutner-Fischer a
écrit :
> On 18 June 2021 23:11:58 CEST, Antoni Boucher via Gcc-patches
> <gcc-patches@gcc.gnu.org> wrote:
> > Ok.
> > Here's the patch with the updated subject and with format fixed.
> 
> +  if (t_ret)
> +      return t_ret;
> +  enum tree_code dst_code = TREE_CODE (dst_type);
> +  switch (dst_code)
> +    {
> 
> The enum is redundant.
> /enum tree_code/s/enum //
> thanks,

-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-libgccjit-Handle-truncation-and-extension-for-casts-.patch
Type: text/x-patch
Size: 5223 bytes
Desc: not available
URL: <https://gcc.gnu.org/pipermail/jit/attachments/20210706/a6880cf8/attachment.bin>


More information about the Jit mailing list