Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 Dec 2021 11:58:20 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 255570] [exp-run] Against llvm-12-update branch on GitHub
Message-ID:  <bug-255570-7788-QMcKaH4J9q@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-255570-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-255570-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D255570

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

URL:
https://cgit.FreeBSD.org/src/commit/?id=3D8a74220dbb02930328b37ba1c5ebcf728=
0304722

commit 8a74220dbb02930328b37ba1c5ebcf7280304722
Author:     Dimitry Andric <dim@FreeBSD.org>
AuthorDate: 2021-06-14 18:44:09 +0000
Commit:     Dimitry Andric <dim@FreeBSD.org>
CommitDate: 2021-12-25 11:51:07 +0000

    Apply upstream libc++ fix to allow building with devel/xxx-xtoolchain-g=
cc

    Merge commit 52e9d80d5db2 from llvm git (by Jason Liu):

      [libc++] add `inline` for __open's definition in ifstream and ofstream

      Summary:

      When building with gcc on AIX, it seems that gcc does not like the
      `always_inline` without the `inline` keyword.
      So adding the inline keywords in for __open in ifstream and ofstream.
      That will also make it consistent with __open in basic_filebuf
      (it seems we added `inline` there before for gcc build as well).

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

    PR:             255570
    MFC after:      6 weeks

    (cherry picked from commit d099db25464b826c5724cf2fb5b22292bbe15f6e)

 contrib/llvm-project/libcxx/include/fstream | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-255570-7788-QMcKaH4J9q>