From patchwork Mon Nov 20 09:55:54 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Florian Weimer X-Patchwork-Id: 1865918 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@legolas.ozlabs.org Authentication-Results: legolas.ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=redhat.com header.i=@redhat.com header.a=rsa-sha256 header.s=mimecast20190719 header.b=OJ+OzrZH; dkim-atps=neutral Authentication-Results: legolas.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=gcc.gnu.org (client-ip=8.43.85.97; helo=server2.sourceware.org; envelope-from=gcc-patches-bounces+incoming=patchwork.ozlabs.org@gcc.gnu.org; receiver=patchwork.ozlabs.org) Received: from server2.sourceware.org (server2.sourceware.org [8.43.85.97]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) server-digest SHA384) (No client certificate requested) by legolas.ozlabs.org (Postfix) with ESMTPS id 4SYjZS3Gy1z1yRg for ; Mon, 20 Nov 2023 20:56:16 +1100 (AEDT) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 73FC23883028 for ; Mon, 20 Nov 2023 09:56:12 +0000 (GMT) X-Original-To: gcc-patches@gcc.gnu.org Delivered-To: gcc-patches@gcc.gnu.org Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by sourceware.org (Postfix) with ESMTPS id 23197382F90C for ; Mon, 20 Nov 2023 09:56:00 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 23197382F90C Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=redhat.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=redhat.com ARC-Filter: OpenARC Filter v1.0.0 sourceware.org 23197382F90C Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=170.10.129.124 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1700474161; cv=none; b=Cpppndkcm2vbL9Y0kv/fs9MzR3uJTu8PsCPbbi22PJgIJoomD9pJ4Go/vrXiqAunVg8hm+sF7c4u+sUOToJ6epnky0i9XYe3OHXBeVZFNWGHrprNdRlXj6ADwbRYQPErD0K0r6KezLo+jhYfYbPhXy6iYxDTKmV1NrndsQ9Ec4A= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1700474161; c=relaxed/simple; bh=GmYT2MuB1DOGvU55wzHs64ahBeYyx8F4ddQxthgZaSI=; h=DKIM-Signature:From:To:Subject:Message-ID:Date:MIME-Version; b=WfXhfvCOPe/eaf39C/0oQrzJ1WoBeddFT1n06jgBktuW4xsHNpgmv7xqQMwLDxsySZrrw+2P+QOg39tZ5cQC2p8qO9B1WPzkzy7DBL7oAg5qJIRIr6s0jI0OWQyi0r9AbyqmYYDa543xIEMb0Bgk23fqkoH1D68BNpeObzqqHss= ARC-Authentication-Results: i=1; server2.sourceware.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1700474159; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=DiydS9XBDJBtBvJQmV3klQcBxRIaRlCrSpmsDoCfjdc=; b=OJ+OzrZHgTFeCgwlrO5RVQCvRRcmT1MmXqucVAmczGTQzWCkwtaAFvKFGG7ZCW+4uWOfuK B6Muw4jSVxQebEyoKBeMXPftMv5htDpZ5GRs+CO6EGG68AY/tFSxgfc8ob5Ch0iXAHo+bm 46z3QbuRvxKid8uidWTNz7ZiViPXkGo= Received: from mimecast-mx02.redhat.com (mx-ext.redhat.com [66.187.233.73]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-541-jSo1LLNYOEKbJPgRRLmYjg-1; Mon, 20 Nov 2023 04:55:57 -0500 X-MC-Unique: jSo1LLNYOEKbJPgRRLmYjg-1 Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.rdu2.redhat.com [10.11.54.8]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id A17651C06E33 for ; Mon, 20 Nov 2023 09:55:57 +0000 (UTC) Received: from oldenburg.str.redhat.com (unknown [10.2.16.29]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 06E93C1596F for ; Mon, 20 Nov 2023 09:55:56 +0000 (UTC) From: Florian Weimer To: gcc-patches@gcc.gnu.org Subject: [PATCH v3 02/11] aarch64: Call named function in gcc.target/aarch64/aapcs64/ice_1.c In-Reply-To: Message-ID: References: X-From-Line: dcab4866c14b323b00d92348ddb975d79f713ef9 Mon Sep 17 00:00:00 2001 Date: Mon, 20 Nov 2023 10:55:54 +0100 User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.3 (gnu/linux) MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.4.1 on 10.11.54.8 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com X-Spam-Status: No, score=-10.9 required=5.0 tests=BAYES_00, DKIMWL_WL_HIGH, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, GIT_PATCH_0, KAM_SHORT, RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H4, RCVD_IN_MSPIKE_WL, SPF_HELO_NONE, SPF_NONE, TXREP, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: gcc-patches@gcc.gnu.org X-Mailman-Version: 2.1.30 Precedence: list List-Id: Gcc-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: gcc-patches-bounces+incoming=patchwork.ozlabs.org@gcc.gnu.org This test looks like it intends to pass a small struct argument through both a non-variadic and variadic argument, but due to the typo, it does not achieve that. gcc/testsuite/ * gcc.target/aarch64/aapcs64/ice_1.c (foo): Call named. --- gcc/testsuite/gcc.target/aarch64/aapcs64/ice_1.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/testsuite/gcc.target/aarch64/aapcs64/ice_1.c b/gcc/testsuite/gcc.target/aarch64/aapcs64/ice_1.c index 906ccebf616..edc35db2f6e 100644 --- a/gcc/testsuite/gcc.target/aarch64/aapcs64/ice_1.c +++ b/gcc/testsuite/gcc.target/aarch64/aapcs64/ice_1.c @@ -16,6 +16,6 @@ void unnamed (int, ...); void foo () { - name (0, aaaa); + named (0, aaaa); unnamed (0, aaaa); }