public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "cvs-commit at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug target/100856] Arm: Multilib mapping is missing for CDE arguments.
Date: Fri, 18 Jun 2021 12:22:59 +0000	[thread overview]
Message-ID: <bug-100856-4-ddzVAy61HS@http.gcc.gnu.org/bugzilla/> (raw)
In-Reply-To: <bug-100856-4@http.gcc.gnu.org/bugzilla/>

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100856

--- Comment #1 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by SRINATH PARVATHANENI
<sripar01@gcc.gnu.org>:

https://gcc.gnu.org/g:f58d03b5df25f9eab06b7eacea8da780fc2e0219

commit r12-1644-gf58d03b5df25f9eab06b7eacea8da780fc2e0219
Author: Srinath Parvathaneni <srinath.parvathaneni@arm.com>
Date:   Fri Jun 18 13:21:51 2021 +0100

    arm: Fix multilib mapping for CDE extensions [PR100856].

    On passing +cdecp[0-7] extension to the -march string in command line
options,
    multilib linking is failing as mentioned in PR100856. This patch fixes this
issue by
    generating a separate canonical string by removing compiler options which
are not
    required for multilib linking from march string and assign the new string
to mlibarch
    option. This mlibarch string is used for multilib comparison.

    gcc/ChangeLog:

    2021-06-10  Srinath Parvathaneni  <srinath.parvathaneni@arm.com>

            PR target/100856
            * common/config/arm/arm-common.c (arm_canon_arch_option_1): New
function
            derived from arm_canon_arch.
            (arm_canon_arch_option): Call it.
            (arm_canon_arch_multilib_option): New function.
            * config/arm/arm-cpus.in (IGNORE_FOR_MULTILIB): New fgroup.
            * config/arm/arm.h (arm_canon_arch_multilib_option): New prototype.
            (CANON_ARCH_MULTILIB_SPEC_FUNCTION): New macro.
            (MULTILIB_ARCH_CANONICAL_SPECS): New macro.
            (DRIVER_SELF_SPECS): Add MULTILIB_ARCH_CANONICAL_SPECS.
            * config/arm/arm.opt (mlibarch): New option.
            * config/arm/t-rmprofile (MULTILIB_MATCHES): For armv8*-m, replace
use
            of march on RHS with mlibarch.

    gcc/testsuite/ChangeLog:

    2021-06-10  Srinath Parvathaneni  <srinath.parvathaneni@arm.com>

            PR target/100856
            * gcc.target/arm/acle/pr100856.c: New test.
            * gcc.target/arm/multilib.exp: Add tests for cde options.

  parent reply	other threads:[~2021-06-18 12:22 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-01 13:27 [Bug target/100856] New: " sripar01 at gcc dot gnu.org
2021-06-01 13:29 ` [Bug target/100856] " sripar01 at gcc dot gnu.org
2021-06-18 12:22 ` cvs-commit at gcc dot gnu.org [this message]
2021-06-18 15:48 ` cvs-commit at gcc dot gnu.org
2021-06-18 15:49 ` cvs-commit at gcc dot gnu.org
2021-06-18 15:53 ` sripar01 at gcc dot gnu.org
2021-08-23  9:06 ` cvs-commit 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-100856-4-ddzVAy61HS@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).