public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r14-5751] arm: [MVE intrinsics] Fix typo
@ 2023-11-22  9:54 Christophe Lyon
  0 siblings, 0 replies; only message in thread
From: Christophe Lyon @ 2023-11-22  9:54 UTC (permalink / raw)
  To: gcc-cvs

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;
 }

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-11-22  9:54 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-22  9:54 [gcc r14-5751] arm: [MVE intrinsics] Fix typo Christophe Lyon

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).