[Bug target/59718] Behaviour of -mcpu documented incorrectly for ARM targets
jgreenhalgh at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Wed Feb 5 15:03:00 GMT 2014
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59718
jgreenhalgh at gcc dot gnu.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
--- Comment #5 from jgreenhalgh at gcc dot gnu.org ---
Fixed on trunk and all current release branches (4.8/4.7). The text now reads:
This specifies the name of the target ARM processor. GCC uses this name
to derive the name of the target ARM architecture (as if specified
by -march) and the ARM processor type for which to tune for
performance (as if specified by -mtune). Where this option
is used in conjunction with -march or -mtune,
those options take precedence over the appropriate part of this option.
More information about the Gcc-bugs
mailing list