public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r9-9888] aarch64: Fix mismatched extern "C" block [PR100985]
@ 2021-12-27 16:21 Jonathan Wakely
  0 siblings, 0 replies; only message in thread
From: Jonathan Wakely @ 2021-12-27 16:21 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:8c92fcb13a4979232787f0476bf7469ccbb03617

commit r9-9888-g8c92fcb13a4979232787f0476bf7469ccbb03617
Author: Jonathan Wakely <jwakely@redhat.com>
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)
 {


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

only message in thread, other threads:[~2021-12-27 16:21 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-27 16:21 [gcc r9-9888] aarch64: Fix mismatched extern "C" block [PR100985] Jonathan Wakely

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