public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
From: Christophe Lyon <clyon@gcc.gnu.org>
To: gcc-cvs@gcc.gnu.org
Subject: [gcc r14-5751] arm: [MVE intrinsics] Fix typo
Date: Wed, 22 Nov 2023 09:54:41 +0000 (GMT)	[thread overview]
Message-ID: <20231122095441.5FF3C3858CDB@sourceware.org> (raw)

https://gcc.gnu.org/g:65bd6de0de57abc86931a5e0b9a8d453ad530004

commit r14-5751-g65bd6de0de57abc86931a5e0b9a8d453ad530004
Author: Christophe Lyon <christophe.lyon@linaro.org>
Date:   Wed Nov 22 09:50:11 2023 +0000

    arm: [MVE intrinsics] Fix typo
    
    In commt 0c2037d9d93a8f768cb11698ff794278246bb31f (Add support for
    contiguous loads and stores), I added a spurious line which broke
    bootstrap because of an unused variable error.
    
    This patch removes it.
    
    Committed as obvious.
    
    2023-11-22  Christophe Lyon  <christophe.lyon@linaro.org>
    
    gcc/ChangeLog:
    
            * config/arm/arm-mve-builtins.cc
            (function_resolver::infer_pointer_type): Remove spurious line.

Diff:
---
 gcc/config/arm/arm-mve-builtins.cc | 1 -
 1 file changed, 1 deletion(-)

diff --git a/gcc/config/arm/arm-mve-builtins.cc b/gcc/config/arm/arm-mve-builtins.cc
index a265cb05553..dec163dce4f 100644
--- a/gcc/config/arm/arm-mve-builtins.cc
+++ b/gcc/config/arm/arm-mve-builtins.cc
@@ -1168,7 +1168,6 @@ function_resolver::infer_pointer_type (unsigned int argno)
 		build_qualified_type (target, 0));
       return NUM_TYPE_SUFFIXES;
     }
-  unsigned int bits = type_suffixes[type].element_bits;
 
   return type;
 }

                 reply	other threads:[~2023-11-22  9:54 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=20231122095441.5FF3C3858CDB@sourceware.org \
    --to=clyon@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).