From patchwork Fri Aug 2 17:21:12 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bernd Edlinger X-Patchwork-Id: 1141329 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=gcc.gnu.org (client-ip=209.132.180.131; helo=sourceware.org; envelope-from=gcc-patches-return-506123-incoming=patchwork.ozlabs.org@gcc.gnu.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=hotmail.de Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=gcc.gnu.org header.i=@gcc.gnu.org header.b="h/oXPk8o"; dkim-atps=neutral Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 460YqC1spPz9s3Z for ; Sat, 3 Aug 2019 03:21:24 +1000 (AEST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:from :to:subject:date:message-id:content-type:content-id :content-transfer-encoding:mime-version; q=dns; s=default; b=l7H nq+egHyImzyqqX6kj6Ug0MZFWN6BjdxBG2j55WqY8i6e6R5i61+KAvbiZv00iQ8c qRyoHzLqy50CEFAS1a/32cybi9VEZJX7DYPHEJJh1mIdBB/g+837ov3QfkJxpOKD KW8gjHrL8wujCHFwjQX75XdVRmg8F0xtFQJUPJVU= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:from :to:subject:date:message-id:content-type:content-id :content-transfer-encoding:mime-version; s=default; bh=g5wsP123k WiUJJjwIzLBtc0qcFY=; b=h/oXPk8oGOk+/uqbNK/bONKet4qHHMXiIXxpoGUV8 y96mwS3nDZWmpQriGV0XrnlxH5YZfQQ0S6OJC+KuiiVHDxjZFnqrQM6LYDy+xL7u qGryzlO1pfZOtZRijZXDr4FwYuYF92mP6GlxL8143u12eNpkZ1Lw/d8LKRr/vXxZ Ug= Received: (qmail 118362 invoked by alias); 2 Aug 2019 17:21:17 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org Received: (qmail 118354 invoked by uid 89); 2 Aug 2019 17:21:17 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-9.3 required=5.0 tests=AWL, BAYES_00, FREEMAIL_FROM, GIT_PATCH_2, GIT_PATCH_3, KAM_ASCII_DIVIDERS, KAM_SHORT, RCVD_IN_DNSWL_NONE, SPF_HELO_PASS, SPF_PASS autolearn=ham version=3.3.1 spammy=H*r:sk:DB5EUR0 X-HELO: EUR03-AM5-obe.outbound.protection.outlook.com Received: from mail-oln040092070012.outbound.protection.outlook.com (HELO EUR03-AM5-obe.outbound.protection.outlook.com) (40.92.70.12) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 02 Aug 2019 17:21:15 +0000 Received: from DB5EUR03FT063.eop-EUR03.prod.protection.outlook.com (10.152.20.52) by DB5EUR03HT032.eop-EUR03.prod.protection.outlook.com (10.152.20.254) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384) id 15.20.2052.18; Fri, 2 Aug 2019 17:21:12 +0000 Received: from AM6PR10MB2566.EURPRD10.PROD.OUTLOOK.COM (10.152.20.51) by DB5EUR03FT063.mail.protection.outlook.com (10.152.20.209) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384) id 15.20.2052.18 via Frontend Transport; Fri, 2 Aug 2019 17:21:12 +0000 Received: from AM6PR10MB2566.EURPRD10.PROD.OUTLOOK.COM ([fe80::c488:4d1b:6ada:37cc]) by AM6PR10MB2566.EURPRD10.PROD.OUTLOOK.COM ([fe80::c488:4d1b:6ada:37cc%3]) with mapi id 15.20.2136.010; Fri, 2 Aug 2019 17:21:12 +0000 From: Bernd Edlinger To: "gcc-patches@gcc.gnu.org" , Richard Biener Subject: [COMMITTED] Remove unused data members from assign_param_data_one Date: Fri, 2 Aug 2019 17:21:12 +0000 Message-ID: x-microsoft-original-message-id: x-ms-exchange-purlcount: 1 Content-ID: <2DC369F298D46B43BFB73FC45D833C13@EURPRD10.PROD.OUTLOOK.COM> MIME-Version: 1.0 Committed as r274023 with approval in https://gcc.gnu.org/ml/gcc-patches/2019-08/msg00146.html $ svn diff -rPREV:BASE -x -p Index: ChangeLog =================================================================== --- ChangeLog (Revision 274022) +++ ChangeLog (Arbeitskopie) @@ -1,3 +1,7 @@ +2019-08-02 Bernd Edlinger + + * function.c (assign_param_data_one): Remove unused data members. + 2019-08-02 Steve Ellcey * omp-simd-clone.c (simd_clone_adjust_return_type): Remove call to Index: function.c =================================================================== --- function.c (Revision 274022) +++ function.c (Arbeitskopie) @@ -2274,8 +2274,6 @@ struct assign_parm_data_one int partial; BOOL_BITFIELD named_arg : 1; BOOL_BITFIELD passed_pointer : 1; - BOOL_BITFIELD on_stack : 1; - BOOL_BITFIELD loaded_in_reg : 1; }; /* A subroutine of assign_parms. Initialize ALL. */