+2015-07-03 James Greenhalgh <james.greenhalgh@arm.com>
+
+ * doc/invoke.texi (moverride): Move to correct section.
+
2015-07-03 Richard Biener <rguenther@suse.de>
* genmatch.c (commutative_tree_code, commutative_ternary_tree_code):
by @option{-mtune}). Where this option is used in conjunction
with @option{-march} or @option{-mtune}, those options take precedence
over the appropriate part of this option.
+
+@item -moverride=@var{string}
+@opindex moverride
+Override tuning decisions made by the back-end in response to a
+@option{-mtune=} switch. The syntax, semantics, and accepted values
+for @var{string} in this option are not guaranteed to be consistent
+across releases.
+
+This option is only intended to be useful when developing GCC.
@end table
@subsubsection @option{-march} and @option{-mcpu} Feature Modifiers
Enable ARMv8.1 Advanced SIMD instructions. This implies Advanced SIMD
is enabled.
-@item -moverride=@var{string}
-@opindex master
-Override tuning decisions made by the back-end in response to a
-@option{-mtune=} switch. The syntax, semantics, and accepted values
-for @var{string} in this option are not guaranteed to be consistent
-across releases.
-
-This option is only intended to be useful when developing GCC.
@end table
That is, @option{crypto} implies @option{simd} implies @option{fp}.