diff options
author | Jan Hubicka <hubicka@gcc.gnu.org> | 2013-11-19 23:52:19 +0000 |
---|---|---|
committer | Jan Hubicka <hubicka@gcc.gnu.org> | 2013-11-19 23:52:19 +0000 |
commit | e9f67e625c2a4225a7169d7220dcb85b6fdd7ca9 (patch) | |
tree | ca581c04c35f2fc7a4c15d7889bcc9c11cfc2a8a /gcc/common.opt | |
parent | 0ab6c9a9bb90ec65ffcda9dd4c05d92034b1af4a (diff) | |
download | gcc-e9f67e625c2a4225a7169d7220dcb85b6fdd7ca9.zip gcc-e9f67e625c2a4225a7169d7220dcb85b6fdd7ca9.tar.gz gcc-e9f67e625c2a4225a7169d7220dcb85b6fdd7ca9.tar.bz2 |
common.opt (ffat-lto-objects): Disable by default.
* common.opt (ffat-lto-objects): Disable by default.
* doc/invoke.texi (fat-lto-objects): Update documentation.
* opts.c: Enable fat-lto-objects on lto plugin disable setups.
From-SVN: r205065
Diffstat (limited to 'gcc/common.opt')
-rw-r--r-- | gcc/common.opt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/gcc/common.opt b/gcc/common.opt index d5971df..43d49ac 100644 --- a/gcc/common.opt +++ b/gcc/common.opt @@ -1156,7 +1156,7 @@ ffast-math Common ffat-lto-objects -Common Var(flag_fat_lto_objects) Init(1) +Common Var(flag_fat_lto_objects) Output lto objects containing both the intermediate language and binary output. ffinite-math-only @@ -1392,6 +1392,10 @@ fipa-pure-const Common Report Var(flag_ipa_pure_const) Init(0) Optimization Discover pure and const functions +fipa-sem-equality +Common Report Var(flag_ipa_sem_equality) Iinit(1) Optimization +Perform Semantic function equality + fipa-reference Common Report Var(flag_ipa_reference) Init(0) Optimization Discover readonly and non addressable static variables |