public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "rearnsha at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug target/57907] warning: switch -mcpu=cortex-a15 conflicts with -march=armv7-a switch [enabled by default]
Date: Tue, 23 Jul 2013 16:23:00 -0000	[thread overview]
Message-ID: <bug-57907-4-sOZcaT1k6w@http.gcc.gnu.org/bugzilla/> (raw)
In-Reply-To: <bug-57907-4@http.gcc.gnu.org/bugzilla/>

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57907

--- Comment #1 from Richard Earnshaw <rearnsha at gcc dot gnu.org> ---
You get the warning because Cortex-A15 implements a superset of ARM-v7a, due to
the addition of the HW division instructions.  This means that -march=armv7-a
and -mcpu=cortex-a15 leads to an ambiguity as to what architectural features
you want and hence the warning.

It's not currently possible to specify the exact architecture variant that A15
supports in the command line; we're looking at fixing that in future.


  reply	other threads:[~2013-07-23 16:23 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-07-16 12:04 [Bug target/57907] New: " christian.helmuth@genode-labs.com
2013-07-23 16:23 ` rearnsha at gcc dot gnu.org [this message]
2013-08-14 15:50 ` [Bug target/57907] " ramana at gcc dot gnu.org
2014-01-29 14:38 ` alexander.stohr at gmx dot de
2014-01-29 14:40 ` ramana at gcc dot gnu.org
2014-02-11 15:58 ` ramana at gcc dot gnu.org

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bug-57907-4-sOZcaT1k6w@http.gcc.gnu.org/bugzilla/ \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).