Skip to content
Snippets Groups Projects
Commit d1f44a75 authored by Felix Fietkau's avatar Felix Fietkau
Browse files

gcc: disable extension elimination, it causes hostapd to be miscompiled on mips

SVN-Revision: 25834
parent 9a1b2c8c
No related branches found
No related tags found
Loading
--- 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",
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment