From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2181) id 1087B3858D39; Mon, 27 Dec 2021 16:21:54 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 1087B3858D39 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" From: Jonathan Wakely To: gcc-cvs@gcc.gnu.org Subject: [gcc r9-9888] aarch64: Fix mismatched extern "C" block [PR100985] X-Act-Checkin: gcc X-Git-Author: Jonathan Wakely X-Git-Refname: refs/heads/releases/gcc-9 X-Git-Oldrev: 856c4f7aed7257bc3e79a831678f0daedf2b0791 X-Git-Newrev: 8c92fcb13a4979232787f0476bf7469ccbb03617 Message-Id: <20211227162154.1087B3858D39@sourceware.org> Date: Mon, 27 Dec 2021 16:21:54 +0000 (GMT) X-BeenThere: gcc-cvs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Dec 2021 16:21:54 -0000 https://gcc.gnu.org/g:8c92fcb13a4979232787f0476bf7469ccbb03617 commit r9-9888-g8c92fcb13a4979232787f0476bf7469ccbb03617 Author: Jonathan Wakely Date: Mon Dec 27 16:20:24 2021 +0000 aarch64: Fix mismatched extern "C" block [PR100985] gcc/ChangeLog: PR target/100985 * config/aarch64/arm_acle.h: Remove unclosed extern "C" block. Diff: --- gcc/config/aarch64/arm_acle.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/gcc/config/aarch64/arm_acle.h b/gcc/config/aarch64/arm_acle.h index 56147352c23..8c622a3985b 100644 --- a/gcc/config/aarch64/arm_acle.h +++ b/gcc/config/aarch64/arm_acle.h @@ -98,10 +98,6 @@ __rint64x (double __a) #pragma GCC target ("+nothing+crc") -#ifdef __cplusplus -extern "C" { -#endif - __extension__ static __inline uint32_t __attribute__ ((__always_inline__)) __crc32b (uint32_t __a, uint8_t __b) {