From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 7814) id B67E23858D28; Sun, 10 Oct 2021 23:34:05 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org B67E23858D28 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Fangrui Song To: glibc-cvs@sourceware.org Subject: [glibc/maskray/clang] (7 commits) stdlib/longlong.h: Remove incorrect lvalue to rvalue conver X-Act-Checkin: glibc X-Git-Author: Fangrui Song X-Git-Refname: refs/heads/maskray/clang X-Git-Oldrev: f9ca4b3090655062ae19eee2c3e594bb8534d179 X-Git-Newrev: 842f67ea007892937b1fdd813000138fad00fbf0 Message-Id: <20211010233405.B67E23858D28@sourceware.org> Date: Sun, 10 Oct 2021 23:34:05 +0000 (GMT) X-BeenThere: glibc-cvs@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Glibc-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Oct 2021 23:34:05 -0000 The branch 'maskray/clang' was updated to point to: 842f67ea00... stdlib/longlong.h: Remove incorrect lvalue to rvalue conver It previously pointed to: f9ca4b3090... stdlib/longlong.h: Remove incorrect lvalue to rvalue conver Diff: !!! WARNING: THE FOLLOWING COMMITS ARE NO LONGER ACCESSIBLE (LOST): ------------------------------------------------------------------- f9ca4b3... stdlib/longlong.h: Remove incorrect lvalue to rvalue conver 197edb2... x86: Define __HAVE_FLOAT128 for Clang and use __builtin_*f1 4399fb3... Disable __USE_EXTERN_INLINES for clang 87cb4df... linux: Fix a non-constant expression in _Static_assert 4304cbc... configure: Check -fno-tree-loop-distribute-patterns 4103ffe... x86: fix __arch_exchange_and_add_body 65c85a0... x86_64: Improve configure to catch incomplete Clang support Summary of changes (added commits): ----------------------------------- 842f67e... stdlib/longlong.h: Remove incorrect lvalue to rvalue conver 31554aa... x86: Define __HAVE_FLOAT128 for Clang and use __builtin_*f1 f57b78c... Disable __USE_EXTERN_INLINES for clang fe40b63... linux: Fix a non-constant expression in _Static_assert 08461be... configure: Check -fno-tree-loop-distribute-patterns 1c42640... x86: fix __arch_exchange_and_add_body b97388a... x86_64: Improve Intel MPX check to reject incomplete Clang