Skip to content

Commit

Permalink
Support signad char flag
Browse files Browse the repository at this point in the history
  • Loading branch information
antoyo committed Dec 7, 2022
1 parent 031228e commit 0a94141
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gcc/jit/dummy-frontend.cc
Original file line number Diff line number Diff line change
Expand Up @@ -603,7 +603,7 @@ jit_langhook_init (void)
global_dc->begin_diagnostic = jit_begin_diagnostic;
global_dc->end_diagnostic = jit_end_diagnostic;

build_common_tree_nodes (false);
build_common_tree_nodes (flag_signed_char);

build_common_builtin_nodes ();

Expand Down

0 comments on commit 0a94141

Please sign in to comment.