projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0df8dc6
)
* lto-opts.c (lto_write_options): Skip OPT_dumpdir, OPT_fresolution_.
author
Jan Hubicka
<hubicka@ucw.cz>
Wed, 30 May 2018 16:37:53 +0000
(18:37 +0200)
committer
Jan Hubicka
<hubicka@gcc.gnu.org>
Wed, 30 May 2018 16:37:53 +0000
(16:37 +0000)
From-SVN: r260962
gcc/ChangeLog
patch
|
blob
|
history
gcc/lto-opts.c
patch
|
blob
|
history
diff --git
a/gcc/ChangeLog
b/gcc/ChangeLog
index fc908fe11bbfd89b44e907471dfa7c598e7da21d..f25b7ef97af52cc76763e0835f3146984e9ffd74 100644
(file)
--- a/
gcc/ChangeLog
+++ b/
gcc/ChangeLog
@@
-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
diff --git
a/gcc/lto-opts.c
b/gcc/lto-opts.c
index ea336ad99bb81254be698b5b0681f975e1ecc71d..cc5f530775639862b4bfd35ca8c3864276add119 100644
(file)
--- a/
gcc/lto-opts.c
+++ b/
gcc/lto-opts.c
@@
-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: