public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
From: Andrea Corallo <akrl@gcc.gnu.org>
To: gcc-cvs@gcc.gnu.org
Subject: [gcc r10-9131] arm: Fix unwanted fall-throughs in arm.c
Date: Tue,  8 Dec 2020 11:27:13 +0000 (GMT)	[thread overview]
Message-ID: <20201208112713.C1794385800F@sourceware.org> (raw)

https://gcc.gnu.org/g:725179f3e40c3c5d76d323fbb0ebb75afe257cc2

commit r10-9131-g725179f3e40c3c5d76d323fbb0ebb75afe257cc2
Author: Andrea Corallo <andrea.corallo@arm.com>
Date:   Wed May 27 17:43:48 2020 +0100

    arm: Fix unwanted fall-throughs in arm.c
    
    gcc/ChangeLog
    
    2020-05-28  Andrea Corallo  <andrea.corallo@arm.com>
    
            * config/arm/arm.c (mve_vector_mem_operand): Fix unwanted
            fall-throughs.

Diff:
---
 gcc/config/arm/arm.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gcc/config/arm/arm.c b/gcc/config/arm/arm.c
index 97f5e12ad68..35e6aa27c11 100644
--- a/gcc/config/arm/arm.c
+++ b/gcc/config/arm/arm.c
@@ -13375,6 +13375,7 @@ mve_vector_mem_operand (machine_mode mode, rtx op, bool strict)
 	    if (val % 4 == 0 && val >= 0 && val <= 1020)
 	      return ((reg_no < LAST_ARM_REGNUM && reg_no != SP_REGNUM)
 		      || (!strict && reg_no >= FIRST_PSEUDO_REGISTER));
+	    return FALSE;
 	  default:
 	    return FALSE;
 	}


                 reply	other threads:[~2020-12-08 11:27 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=20201208112713.C1794385800F@sourceware.org \
    --to=akrl@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).