mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-01-16 19:01:06 +02:00
ab7967640b
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25834 3c298f89-4303-0410-b956-a3cf2f4a3e73
12 lines
336 B
Diff
12 lines
336 B
Diff
--- a/gcc/opts.c
|
|
+++ b/gcc/opts.c
|
|
@@ -906,7 +906,7 @@ decode_options (unsigned int argc, const
|
|
flag_tree_if_to_switch_conversion = opt2;
|
|
flag_ipa_cp = opt2;
|
|
flag_ipa_sra = opt2;
|
|
- flag_ee = opt2;
|
|
+ flag_ee = 0;
|
|
|
|
/* Track fields in field-sensitive alias analysis. */
|
|
set_param_value ("max-fields-for-field-sensitive",
|