about summary refs log tree commit diff
path: root/sysdeps
diff options
context:
space:
mode:
authorChris Metcalf <cmetcalf@mellanox.com>2017-12-05 11:36:26 -0500
committerChris Metcalf <cmetcalf@mellanox.com>2017-12-05 11:36:26 -0500
commitc7e882b70563289ac441f2a3565846221e111d00 (patch)
tree74b6b89fe97987cf5b3ef6aa9797e8a2a0149b6e /sysdeps
parentde9661d6beb74b177cef07fe44c90c4e48a983a2 (diff)
downloadglibc-c7e882b70563289ac441f2a3565846221e111d00.tar.gz
glibc-c7e882b70563289ac441f2a3565846221e111d00.tar.xz
glibc-c7e882b70563289ac441f2a3565846221e111d00.zip
tilegx: tag __insn_OP builtin issue with gcc bugzilla #
Diffstat (limited to 'sysdeps')
-rw-r--r--sysdeps/tile/tilegx/string-endian.h3
1 files changed, 2 insertions, 1 deletions
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)                    \