Received: by mail.netbsd.org (Postfix, from userid 605) id 41ED684DB8; Mon, 20 Apr 2020 21:57:23 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id BA54084DB7 for ; Mon, 20 Apr 2020 21:57:22 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id tiw2FatIooYT for ; Mon, 20 Apr 2020 21:57:22 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 5C78484C85 for ; Mon, 20 Apr 2020 21:57:22 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 54390FB27; Mon, 20 Apr 2020 21:57:22 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Mon, 20 Apr 2020 21:57:22 +0000 From: "matthew green" Subject: CVS commit: src/external/gpl3/gcc/dist/gcc/common/config/aarch64 To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20200420215722.54390FB27@cvs.NetBSD.org> Sender: source-changes-owner@NetBSD.org List-Id: source-changes.NetBSD.org Precedence: bulk Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "matthew green" Mail-Followup-To: source-changes-d@NetBSD.org List-Unsubscribe: Module Name: src Committed By: mrg Date: Mon Apr 20 21:57:22 UTC 2020 Modified Files: src/external/gpl3/gcc/dist/gcc/common/config/aarch64: aarch64-common.c Log Message: when sorting all_extensions_by_on[] be sure to keep the NULL entry last. correct the sizeof() to use the right variable (they were the same size at least.) as-was, with the NULL entry first, all loops across this array were no-ops. this should fix PR#55158's arm64 side. To generate a diff of this commit: cvs rdiff -u -r1.1.1.6 -r1.2 \ src/external/gpl3/gcc/dist/gcc/common/config/aarch64/aarch64-common.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.