From c7e882b70563289ac441f2a3565846221e111d00 Mon Sep 17 00:00:00 2001 From: Chris Metcalf Date: Tue, 5 Dec 2017 11:36:26 -0500 Subject: tilegx: tag __insn_OP builtin issue with gcc bugzilla # --- sysdeps/tile/tilegx/string-endian.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sysdeps') diff --git a/sysdeps/tile/tilegx/string-endian.h b/sysdeps/tile/tilegx/string-endian.h index 6a3f882e60..09b57810df 100644 --- a/sysdeps/tile/tilegx/string-endian.h +++ b/sysdeps/tile/tilegx/string-endian.h @@ -58,7 +58,8 @@ static inline uint64_t copy_byte(uint8_t byte) } /* Implement the byte vector instructions using extended assembly. - The __insn_OP() builtins are buggy in current compiler versions. */ + The __insn_OP() builtins are buggy in the upstream compiler; + see gcc bugzilla 78117. */ #define VECOP(OP) \ static inline uint64_t OP (uint64_t a, uint64_t b) \ -- cgit 1.4.1