diff options
author | Chris Metcalf <cmetcalf@mellanox.com> | 2017-12-05 11:36:26 -0500 |
---|---|---|
committer | Chris Metcalf <cmetcalf@mellanox.com> | 2017-12-05 11:36:26 -0500 |
commit | c7e882b70563289ac441f2a3565846221e111d00 (patch) | |
tree | 74b6b89fe97987cf5b3ef6aa9797e8a2a0149b6e | |
parent | de9661d6beb74b177cef07fe44c90c4e48a983a2 (diff) | |
download | glibc-c7e882b70563289ac441f2a3565846221e111d00.tar glibc-c7e882b70563289ac441f2a3565846221e111d00.tar.gz glibc-c7e882b70563289ac441f2a3565846221e111d00.tar.bz2 glibc-c7e882b70563289ac441f2a3565846221e111d00.zip |
tilegx: tag __insn_OP builtin issue with gcc bugzilla #
-rw-r--r-- | sysdeps/tile/tilegx/string-endian.h | 3 |
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) \ |