]> git.ipfire.org Git - thirdparty/gcc.git/commit
libgccjit: Support signed char flag
authorAntoni Boucher <bouanto@zoho.com>
Mon, 3 Oct 2022 23:11:39 +0000 (19:11 -0400)
committerAntoni Boucher <bouanto@zoho.com>
Wed, 20 Nov 2024 13:49:09 +0000 (08:49 -0500)
commit04b67ac1e8ae4e918a804197dfff8e69b0ccf955
treee7a2dbc2b339c40b9f3cf68f8a6d310d457a7b44
parent70ec3d20bfbcb6f200ecdd85683aa9e8ea5a845c
libgccjit: Support signed char flag

gcc/jit/ChangeLog:

* dummy-frontend.cc (jit_langhook_init): Send flag_signed_char
argument to build_common_tree_nodes.

gcc/testsuite/ChangeLog:

* jit.dg/all-non-failing-tests.h: Add test-signed-char.c.
* jit.dg/test-signed-char.c: New test.
gcc/jit/dummy-frontend.cc
gcc/testsuite/jit.dg/all-non-failing-tests.h
gcc/testsuite/jit.dg/test-signed-char.c [new file with mode: 0644]