This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

GNU C Library master sources branch master updated. glibc-2.26.9000-924-gc7e882b


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  c7e882b70563289ac441f2a3565846221e111d00 (commit)
      from  de9661d6beb74b177cef07fe44c90c4e48a983a2 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=c7e882b70563289ac441f2a3565846221e111d00

commit c7e882b70563289ac441f2a3565846221e111d00
Author: Chris Metcalf <cmetcalf@mellanox.com>
Date:   Tue Dec 5 11:36:26 2017 -0500

    tilegx: tag __insn_OP builtin issue with gcc bugzilla #

diff --git a/sysdeps/tile/tilegx/string-endian.h b/sysdeps/tile/tilegx/string-endian.h
index 6a3f882..09b5781 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)                    \

-----------------------------------------------------------------------

Summary of changes:
 sysdeps/tile/tilegx/string-endian.h |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
GNU C Library master sources


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]