[Bug 276104] [exp-run] Against llvm-18-update branch on GitHub

From: <bugzilla-noreply_at_freebsd.org>
Date: Sat, 20 Apr 2024 10:33:43 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276104

--- Comment #83 from commit-hook@FreeBSD.org ---
A commit in branch stable/14 references this bug:

URL:
https://cgit.FreeBSD.org/src/commit/?id=fcfb38a25f074c3677e9c672a6c4550b3430bd04

commit fcfb38a25f074c3677e9c672a6c4550b3430bd04
Author:     Dimitry Andric <dim@FreeBSD.org>
AuthorDate: 2024-04-13 08:44:26 +0000
Commit:     Dimitry Andric <dim@FreeBSD.org>
CommitDate: 2024-04-20 10:03:26 +0000

    Revert commit 925a11a5f221 from llvm-project (by Nikolas Klauser):

      [libc++] Simplify is_convertible

      GCC 13 has added __is_convertible(), so we don't need to keep the
fallback implementation around.

      Reviewed By: #libc, Mordante

      Spies: Mordante, libcxx-commits

      Differential Revision: https://reviews.llvm.org/D157939

    This should allow buildworld with gcc 12 to work again.

    PR:             276104
    MFC after:      1 month

    (cherry picked from commit 2365f012951e5f0333cf31c690f668299c86b30e)

 .../libcxx/include/__type_traits/is_convertible.h  | 79 +++++++++++++++++++++-
 1 file changed, 78 insertions(+), 1 deletion(-)

-- 
You are receiving this mail because:
You are on the CC list for the bug.