public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
From: Richard Sandiford <rsandifo@gcc.gnu.org>
To: gcc-cvs@gcc.gnu.org
Subject: [gcc r14-9102] aarch64: Remove duplicated call
Date: Wed, 21 Feb 2024 11:13:18 +0000 (GMT)	[thread overview]
Message-ID: <20240221111318.F3EF23858419@sourceware.org> (raw)

https://gcc.gnu.org/g:3651b1b23fdd30fd00f0cd08ec4806dd16d1f3d3

commit r14-9102-g3651b1b23fdd30fd00f0cd08ec4806dd16d1f3d3
Author: Richard Sandiford <richard.sandiford@arm.com>
Date:   Wed Feb 21 11:12:29 2024 +0000

    aarch64: Remove duplicated call
    
    I noticed while working on another patch that we had a duplicated
    call to aarch64_process_target_attr.
    
    gcc/
            * config/aarch64/aarch64.cc (aarch64_option_valid_attribute_p):
            Remove duplicated call.

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

diff --git a/gcc/config/aarch64/aarch64.cc b/gcc/config/aarch64/aarch64.cc
index f9cedd31bc1b..8a3aa98a32e9 100644
--- a/gcc/config/aarch64/aarch64.cc
+++ b/gcc/config/aarch64/aarch64.cc
@@ -19542,7 +19542,6 @@ aarch64_option_valid_attribute_p (tree fndecl, tree, tree args, int)
     cl_target_option_restore (&global_options, &global_options_set,
 			      TREE_TARGET_OPTION (target_option_current_node));
 
-  ret = aarch64_process_target_attr (args);
   ret = aarch64_process_target_attr (args);
   if (ret)
     {

                 reply	other threads:[~2024-02-21 11:13 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=20240221111318.F3EF23858419@sourceware.org \
    --to=rsandifo@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).