[Bug 234671] clang faults while compiling new GlusterFS source code

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Jan 13 22:34:48 UTC 2019


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=234671

Dimitry Andric <dim at FreeBSD.org> changed:

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

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

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 activity,
I'll see if I can poke somebody.

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


More information about the freebsd-bugs mailing list