aboutsummaryrefslogtreecommitdiff
path: root/gcc/opts.c
diff options
context:
space:
mode:
authorMartin Liska <mliska@suse.cz>2014-10-17 11:37:35 +0200
committerMartin Liska <marxin@gcc.gnu.org>2014-10-17 09:37:35 +0000
commit9d4ded759a1367ebe6588be36d0ea1410e24e3ca (patch)
tree2bf956ce7b37fb76192a0ca38fdae6823d5b6e0e /gcc/opts.c
parent43c58950be209f57279c16f4663437956eb5a593 (diff)
downloadgcc-9d4ded759a1367ebe6588be36d0ea1410e24e3ca.zip
gcc-9d4ded759a1367ebe6588be36d0ea1410e24e3ca.tar.gz
gcc-9d4ded759a1367ebe6588be36d0ea1410e24e3ca.tar.bz2
Temporary fix for PR63566.
* ipa-icf.c (sem_function::merge): Local flags are set to false to enforce equal calling convention to be used. * opts.c (common_handle_option): Indentation fix. From-SVN: r216386
Diffstat (limited to 'gcc/opts.c')
-rw-r--r--gcc/opts.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/opts.c b/gcc/opts.c
index dc8ddf4..3054196 100644
--- a/gcc/opts.c
+++ b/gcc/opts.c
@@ -1982,8 +1982,8 @@ common_handle_option (struct gcc_options *opts,
break;
case OPT_fipa_icf:
- opts->x_flag_ipa_icf_functions = value;
- opts->x_flag_ipa_icf_variables = value;
+ opts->x_flag_ipa_icf_functions = value;
+ opts->x_flag_ipa_icf_variables = value;
break;
default: