Skip to content

Commit 12ad635

Browse files
committed
Support signed char flag
1 parent 3b97cc3 commit 12ad635

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gcc/jit/dummy-frontend.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -603,7 +603,7 @@ jit_langhook_init (void)
603603
global_dc->begin_diagnostic = jit_begin_diagnostic;
604604
global_dc->end_diagnostic = jit_end_diagnostic;
605605

606-
build_common_tree_nodes (false);
606+
build_common_tree_nodes (flag_signed_char);
607607

608608
build_common_builtin_nodes ();
609609

0 commit comments

Comments
 (0)