re PR bootstrap/41395 (Revision 151800 failed bootstrap)
authorMartin Jambor <mjambor@suse.cz>
Tue, 6 Oct 2009 13:31:40 +0000 (15:31 +0200)
committerMartin Jambor <jamborm@gcc.gnu.org>
Tue, 6 Oct 2009 13:31:40 +0000 (15:31 +0200)
2009-10-06  Martin Jambor  <mjambor@suse.cz>

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

From-SVN: r152492

gcc/ChangeLog
gcc/opts.c

index 1c4d93e..ae6f463 100644 (file)
@@ -1,3 +1,8 @@
+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.
index fee1c6b..b12ed14 100644 (file)
@@ -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",