[Bug 231952] emulators/rpcs3: clang crashes during build

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Nov 10 04:35:19 UTC 2018


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

Roman CAT <roman-cat at yandex.ru> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |roman-cat at yandex.ru

--- Comment #6 from Roman CAT <roman-cat at yandex.ru> ---
Can be fixed.

Utilites/typemap.h 197

// Type information for each used type
        template <typename T>
        inline const typeinfo<T> g_typeinfo{};

        template <typename T, typename B>
        struct typepoly
        {
                uint type = 0;

                typepoly();
        };

Change to "const typeinfo<T> g_typeinfo{};"

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


More information about the freebsd-toolchain mailing list