OSDN Git Service

* opts.c (decode_options): Disable whpr incompatible passes.
[pf3gnuchains/gcc-fork.git] / gcc / opts.c
index ce45e1c..0e86ab0 100644 (file)
@@ -1125,6 +1125,7 @@ decode_options (unsigned int argc, const char **argv)
       /* These passes are not WHOPR compatible yet.  */
       flag_ipa_cp = 0;
       flag_ipa_reference = 0;
+      flag_ipa_pure_const = 0;
       flag_ipa_type_escape = 0;
       flag_ipa_pta = 0;
       flag_ipa_struct_reorg = 0;