* lto-opts.c (lto_write_options): Skip OPT_dumpdir, OPT_fresolution_.
authorJan Hubicka <hubicka@ucw.cz>
Wed, 30 May 2018 16:37:53 +0000 (18:37 +0200)
committerJan Hubicka <hubicka@gcc.gnu.org>
Wed, 30 May 2018 16:37:53 +0000 (16:37 +0000)
From-SVN: r260962

gcc/ChangeLog
gcc/lto-opts.c

index fc908fe11bbfd89b44e907471dfa7c598e7da21d..f25b7ef97af52cc76763e0835f3146984e9ffd74 100644 (file)
@@ -1,3 +1,7 @@
+2018-05-30  Jan Hubicka  <hubicka@ucw.cz>
+
+       * lto-opts.c (lto_write_options): Skip OPT_dumpdir, OPT_fresolution_.
+
 2018-05-30  Jan Hubicka  <hubicka@ucw.cz>
 
        * lto-wrapper.c (debug_objcopy): Add rename parameter; pass
index ea336ad99bb81254be698b5b0681f975e1ecc71d..cc5f530775639862b4bfd35ca8c3864276add119 100644 (file)
@@ -109,6 +109,8 @@ lto_write_options (void)
        case OPT_SPECIAL_ignore:
        case OPT_SPECIAL_program_name:
        case OPT_SPECIAL_input_file:
+       case OPT_dumpdir:
+       case OPT_fresolution_:
          continue;
 
        default: