From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 7814) id F3BD43858D35; Mon, 11 Oct 2021 18:15:42 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org F3BD43858D35 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] (13 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: 842f67ea007892937b1fdd813000138fad00fbf0 X-Git-Newrev: 47b436ccb15e4617f7397f12286c1bcbd859490d Message-Id: <20211011181542.F3BD43858D35@sourceware.org> Date: Mon, 11 Oct 2021 18:15:42 +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: Mon, 11 Oct 2021 18:15:43 -0000 The branch 'maskray/clang' was updated to point to: 47b436ccb1... stdlib/longlong.h: Remove incorrect lvalue to rvalue conver It previously pointed to: 842f67ea00... stdlib/longlong.h: Remove incorrect lvalue to rvalue conver Diff: !!! WARNING: THE FOLLOWING COMMITS ARE NO LONGER ACCESSIBLE (LOST): ------------------------------------------------------------------- 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 a372520... libc-symbols.h: Work around asm label issues with #pragma r 9b673ed... not-cancel.h: Move hidden_proto before first use addcb9f... glibcextract.py: Place un-assemblable @@@ in a comment 90bbe41... Skip undefined va_arg_pack 2ea59fb... configure: remove overly restrictive check for clang Summary of changes (added commits): ----------------------------------- 47b436c... stdlib/longlong.h: Remove incorrect lvalue to rvalue conver ce7bd0f... x86: Define __HAVE_FLOAT128 for Clang and use __builtin_*f1 33f174f... Disable __USE_EXTERN_INLINES for clang f08d773... linux: Fix a non-constant expression in _Static_assert a0be0df... configure: Check -fno-tree-loop-distribute-patterns c4b2bbd... x86: fix __arch_exchange_and_add_body c71bbcb... libc-symbols.h: Work around asm label issues with #pragma r 2eac366... not-cancel.h: Move hidden_proto before first use 917d7cc... glibcextract.py: Place un-assemblable @@@ in a comment a2f9788... Skip undefined va_arg_pack b4e8e08... configure: remove overly restrictive check for clang bf433b8... elf: Remove Intel MPX support (lazy PLT, ld.so profile, and eb73b87... resolv: Avoid GCC 12 false positive warning [BZ #28439].