Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Nov 2018 04:35:16 +0000
From:      bugzilla-noreply@freebsd.org
To:        toolchain@FreeBSD.org
Subject:   [Bug 231952] emulators/rpcs3: clang crashes during build
Message-ID:  <bug-231952-29464-xZW371s9Gi@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-231952-29464@https.bugs.freebsd.org/bugzilla/>
References:  <bug-231952-29464@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=3D231952

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

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

--- Comment #6 from Roman CAT <roman-cat@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 =3D 0;

                typepoly();
        };

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

--=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-231952-29464-xZW371s9Gi>