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

Bernhard Reutner-Fischer rep.dot.nop@gmail.com
Sat Jun 19 09:08:26 GMT 2021


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,


More information about the Jit mailing list