Commit 1dbb24a3 by H.J. Lu Committed by H.J. Lu

re PR bootstrap/41395 (Revision 151800 failed bootstrap)

2009-09-20  H.J. Lu  <hongjiu.lu@intel.com>

	PR middle-end/41395
	* opts.c (decode_options): Don't turn on flag_ipa_sra for opt2.

From-SVN: r151905
parent ca75b926
2009-09-20 H.J. Lu <hongjiu.lu@intel.com>
PR middle-end/41395
* opts.c (decode_options): Don't turn on flag_ipa_sra for opt2.
2009-09-20 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> 2009-09-20 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
PR middle-end/30789 PR middle-end/30789
......
...@@ -898,7 +898,6 @@ decode_options (unsigned int argc, const char **argv) ...@@ -898,7 +898,6 @@ decode_options (unsigned int argc, const char **argv)
flag_tree_pre = opt2; flag_tree_pre = opt2;
flag_tree_switch_conversion = 1; flag_tree_switch_conversion = 1;
flag_ipa_cp = opt2; flag_ipa_cp = opt2;
flag_ipa_sra = opt2;
/* Track fields in field-sensitive alias analysis. */ /* Track fields in field-sensitive alias analysis. */
set_param_value ("max-fields-for-field-sensitive", 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