https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95498
--- Comment #7 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Antoni Boucher <ant...@gcc.gnu.org>: https://gcc.gnu.org/g:5cca4131e4aabf70a18e362620ad65a3cebf227a commit r12-2384-g5cca4131e4aabf70a18e362620ad65a3cebf227a Author: Antoni Boucher <boua...@zoho.com> Date: Sun Jul 5 19:07:30 2020 -0400 libgccjit: Handle truncation and extension for casts [PR95498] 2021-07-18 Antoni Boucher <boua...@zoho.com> gcc/jit/ PR target/95498 * jit-playback.c (convert): Add support to handle truncation and extension in the convert function. gcc/testsuite/ PR target/95498 * jit.dg/all-non-failing-tests.h: New test. * jit.dg/test-cast.c: New test. Signed-off-by: Antoni Boucher <boua...@zoho.com>