Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Jan 2019 22:34:45 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 234671] clang faults while compiling new GlusterFS source code
Message-ID:  <bug-234671-227-Ytv8lqWKO2@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-234671-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-234671-227@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=3D234671

Dimitry Andric <dim@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|New                         |Open
           Assignee|bugs@FreeBSD.org            |dim@FreeBSD.org
                 CC|                            |dim@FreeBSD.org

--- Comment #3 from Dimitry Andric <dim@FreeBSD.org> ---
I can reproduce this, and it looks almost the same as
<https://bugs.llvm.org/show_bug.cgi?id=3D39270>.

Mostly minimized:

/* clang -cc1 -triple x86_64-- -emit-obj glfs-min.c */

#define STR(str) #str

#define GFAPI_SYMVER_PRIVATE_DEFAULT(fn, ver) \
        asm(".symver priv_"STR(fn)", "STR(fn)"@@GFAPI_PRIVATE_"STR(ver))

GFAPI_SYMVER_PRIVATE_DEFAULT(foo, 1.0);

Minimized even more:

/* clang -cc1 -triple x86_64-- -emit-obj glfs-min.c */
asm(".symver a,b@@c");

The upstream bug report is sitting there since 2018-10-13 without any activ=
ity,
I'll see if I can poke somebody.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-234671-227-Ytv8lqWKO2>