diff options
Diffstat (limited to 'gcc/gcc.c')
-rw-r--r-- | gcc/gcc.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/gcc.c b/gcc/gcc.c index 82ddc1620d2..f6e0b9ec22f 100644 --- a/gcc/gcc.c +++ b/gcc/gcc.c @@ -3806,7 +3806,8 @@ process_command (unsigned int decoded_options_count, } read_cmdline_option (&global_options, &global_options_set, - decoded_options + j, CL_DRIVER, &handlers); + decoded_options + j, CL_DRIVER, &handlers, + global_dc); } /* If -save-temps=obj and -o name, create the prefix to use for %b. |