| Submitter | H.J. Lu |
|---|---|
| Date | Nov. 26, 2012, 9:58 p.m. |
| Message ID | <20121126215840.GA30771@intel.com> |
| Download | mbox | patch |
| Permalink | /patch/202038/ |
| State | New |
| Headers | show |
Comments
Patch
diff --git a/gcc/lto-wrapper.c b/gcc/lto-wrapper.c index 1f4d212..24de743 100644 --- a/gcc/lto-wrapper.c +++ b/gcc/lto-wrapper.c @@ -393,6 +393,12 @@ merge_and_complain (struct cl_decoded_option **decoded_options, struct cl_decoded_option *foption = &fdecoded_options[i]; switch (foption->opt_index) { + case OPT_SPECIAL_unknown: + case OPT_SPECIAL_ignore: + case OPT_SPECIAL_program_name: + case OPT_SPECIAL_input_file: + break; + default: if (!(cl_options[foption->opt_index].flags & CL_TARGET)) break;