diff options
Diffstat (limited to 'gcc/lto-opts.c')
-rw-r--r-- | gcc/lto-opts.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/lto-opts.c b/gcc/lto-opts.c index 66010c68adf..eeb41e9d4ce 100644 --- a/gcc/lto-opts.c +++ b/gcc/lto-opts.c @@ -404,7 +404,7 @@ lto_reissue_options (void) if (flag_var) set_option (&global_options, &global_options_set, o->code, o->value, o->arg, - DK_UNSPECIFIED, global_dc); + DK_UNSPECIFIED, UNKNOWN_LOCATION, global_dc); if (o->type == CL_TARGET) targetm.handle_option (o->code, o->arg, o->value); |