public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
From: Hongyu Wang <hongyuw@gcc.gnu.org>
To: gcc-cvs@gcc.gnu.org
Subject: [gcc(refs/vendors/ix86/heads/apx)] Fix constraint mapping
Date: Tue, 26 Sep 2023 03:32:24 +0000 (GMT)	[thread overview]
Message-ID: <20230926033224.1F6A23857C40@sourceware.org> (raw)

https://gcc.gnu.org/g:7045adf7ef2fb1a1121f2fd9f871595ccf4a04dc

commit 7045adf7ef2fb1a1121f2fd9f871595ccf4a04dc
Author: Hongyu Wang <hongyu.wang@intel.com>
Date:   Tue Sep 26 11:31:44 2023 +0800

    Fix constraint mapping

Diff:
---
 gcc/config/i386/i386.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/config/i386/i386.cc b/gcc/config/i386/i386.cc
index 58fa054635a..f583c95e522 100644
--- a/gcc/config/i386/i386.cc
+++ b/gcc/config/i386/i386.cc
@@ -23233,7 +23233,7 @@ static void map_egpr_constraints (vec<const char *> &constraints)
     {
       const char *cur = constraints[i];
 
-      if (startswith (con, "=@cc"))
+      if (startswith (cur, "=@cc"))
 	continue;
 
       int len = strlen (cur);

                 reply	other threads:[~2023-09-26  3:32 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20230926033224.1F6A23857C40@sourceware.org \
    --to=hongyuw@gcc.gnu.org \
    --cc=gcc-cvs@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).