public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r12-5121] [AArch64] Fix bootstrap failure due to missing ATTRIBUTE_UNUSED
@ 2021-11-10 13:00 Andre Simoes Dias Vieira
  0 siblings, 0 replies; only message in thread
From: Andre Simoes Dias Vieira @ 2021-11-10 13:00 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:03f7843c3f1cd63bdddb264f12656757bccb0179

commit r12-5121-g03f7843c3f1cd63bdddb264f12656757bccb0179
Author: Andre Vieira <andre.simoesdiasvieira@arm.com>
Date:   Wed Nov 10 12:58:10 2021 +0000

    [AArch64] Fix bootstrap failure due to missing ATTRIBUTE_UNUSED
    
    gcc/ChangeLog:
    
            * config/aarch64/aarch64-builtins.c
            (aarch64_general_gimple_fold_builtin): Mark argument as unused.

Diff:
---
 gcc/config/aarch64/aarch64-builtins.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/config/aarch64/aarch64-builtins.c b/gcc/config/aarch64/aarch64-builtins.c
index 416b4fc2dea..03f09f64ae5 100644
--- a/gcc/config/aarch64/aarch64-builtins.c
+++ b/gcc/config/aarch64/aarch64-builtins.c
@@ -2643,7 +2643,7 @@ get_mem_type_for_load_store (unsigned int fcode)
    failure.  */
 gimple *
 aarch64_general_gimple_fold_builtin (unsigned int fcode, gcall *stmt,
-				     gimple_stmt_iterator *gsi)
+				     gimple_stmt_iterator *gsi ATTRIBUTE_UNUSED)
 {
   gimple *new_stmt = NULL;
   unsigned nargs = gimple_call_num_args (stmt);


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

only message in thread, other threads:[~2021-11-10 13:00 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-10 13:00 [gcc r12-5121] [AArch64] Fix bootstrap failure due to missing ATTRIBUTE_UNUSED Andre Simoes Dias Vieira

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