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

Dimitry Andric <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|New                         |Open
           Assignee|[email protected]            |[email protected]
                 CC|                            |[email protected]

--- Comment #3 from Dimitry Andric <[email protected]> ---
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 on the CC list for the bug.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-toolchain
To unsubscribe, send any mail to "[email protected]"

Reply via email to