OSDN Git Service

* dwarf2out.c (lower_bound_default): For DW_LANG_Python return
[pf3gnuchains/gcc-fork.git] / gcc / lto-opts.c
index fd485b9..b7bf6ca 100644 (file)
@@ -308,7 +308,7 @@ lto_write_options (void)
   header.lto_header.major_version = LTO_major_version;
   header.lto_header.minor_version = LTO_minor_version;
   header.lto_header.section_type = LTO_section_opts;
-  
+
   header.compressed_size = 0;
   header.main_size = stream.total_size;
 
@@ -383,7 +383,7 @@ lto_reissue_options (void)
       const struct cl_option *option = &cl_options[o->code];
 
       if (option->flag_var)
-       set_option (option, o->value, o->arg);
+       set_option (o->code, o->value, o->arg, 0 /*DK_UNSPECIFIED*/);
 
       if (o->type == CL_TARGET)
        targetm.handle_option (o->code, o->arg, o->value);