Commit 7b7c01e7 by Martin Jambor Committed by Martin Jambor

re PR bootstrap/41395 (Revision 151800 failed bootstrap)

2009-10-06  Martin Jambor  <mjambor@suse.cz>

	PR bootstrap/41395
	* opts.c (decode_options): Run IPA-SRA at -O2.

From-SVN: r152492
parent 66cc270e
2009-10-06 Martin Jambor <mjambor@suse.cz>
PR bootstrap/41395
* opts.c (decode_options): Run IPA-SRA at -O2.
2009-10-06 Richard Guenther <rguenther@suse.de>
* lto-symtab.c (lto_symtab_entry_hash): Hash strings, not pointers.
......@@ -922,6 +922,7 @@ decode_options (unsigned int argc, const char **argv)
flag_tree_pre = opt2;
flag_tree_switch_conversion = 1;
flag_ipa_cp = opt2;
flag_ipa_sra = opt2;
/* Track fields in field-sensitive alias analysis. */
set_param_value ("max-fields-for-field-sensitive",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment