diff options
Diffstat (limited to 'gcc/c-opts.c')
-rw-r--r-- | gcc/c-opts.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/c-opts.c b/gcc/c-opts.c index 2df0a7e..c89ba00 100644 --- a/gcc/c-opts.c +++ b/gcc/c-opts.c @@ -904,6 +904,10 @@ c_common_handle_option (size_t scode, const char *arg, int value) cpp_opts->wide_charset = arg; break; + case OPT_finput_charset_: + cpp_opts->input_charset = arg; + break; + case OPT_ftemplate_depth_: max_tinst_depth = value; break; |