summaryrefslogtreecommitdiff
path: root/gcc/lto-opts.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/lto-opts.c')
-rw-r--r--gcc/lto-opts.c2
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);